1. 7335ef5 Sync OpenBSD patchset 333: by Tiago Cunha · 15 years ago
  2. 3266fb5 Sync OpenBSD patchset 332: by Tiago Cunha · 15 years ago
  3. 69e7f4a Sync OpenBSD patchset 324: by Tiago Cunha · 15 years ago
  4. bb2d57d Sync OpenBSD patchset 316: by Tiago Cunha · 15 years ago
  5. c274551 - Make it compile on operating systems other than BSD due to OpenBSD patchset by Tiago Cunha · 15 years ago
  6. f796336 Sync OpenBSD patchset 308: by Tiago Cunha · 15 years ago
  7. ce5c441 Sync OpenBSD patchset 304: by Tiago Cunha · 15 years ago
  8. ed3535d Sync OpenBSD patchset 302: by Tiago Cunha · 15 years ago
  9. a9b6bfd Sync OpenBSD patchset 243: by Tiago Cunha · 15 years ago
  10. 29b1b2f Sync OpenBSD patchset 231: by Tiago Cunha · 15 years ago
  11. 5b56ea1 Sync OpenBSD patchset 225: by Tiago Cunha · 15 years ago
  12. 6fbfcfc Sync OpenBSD patchset 196: by Tiago Cunha · 15 years ago
  13. d637cb3 Sync OpenBSD patchset 181: by Tiago Cunha · 15 years ago
  14. 54c6848 Sync OpenBSD patchset 148: by Tiago Cunha · 15 years ago
  15. 19cb1fb Make it so using kill-pane to destroy the last pane in a window destroys the by Nicholas Marriott · 15 years ago
  16. 89543e9 A similar for fix for window_choose: don't rely on the callback always being by Nicholas Marriott · 15 years ago
  17. fc17ce0 Oops, it is always a good idea to get arguments the right way round. by Nicholas Marriott · 15 years ago
  18. 441c118 Memory could be leaked if a second prompt or message appeared while another was by Nicholas Marriott · 15 years ago
  19. f44ae05 Need time.h not sys/time.h for time(2). by Nicholas Marriott · 15 years ago
  20. d7b4aa0 Add a default-terminal option to set the starting value of $TERM in new windows. by Nicholas Marriott · 15 years ago
  21. 9939585 Bring spacing into line. by Nicholas Marriott · 15 years ago
  22. 9cf68ac Whoops, that shouldn't have been there. by Nicholas Marriott · 15 years ago
  23. 2ddcb51 Fix $Id$. by Nicholas Marriott · 15 years ago
  24. 9e5a581 When unlocking the server, don't try to clear the prompt on clients without a by Nicholas Marriott · 15 years ago
  25. 55f8219 When unlocking the server, don't try to clear the prompt on clients without a by Nicholas Marriott · 15 years ago
  26. 802e129 Start of portability update: bitstring.h. by Nicholas Marriott · 15 years ago
  27. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  28. 582660b Miscellaneous unused functions, including one which was basically a by Nicholas Marriott · 15 years ago
  29. f63f5e6 Clear status line on incorrect password. by Nicholas Marriott · 15 years ago
  30. 8536ad0 Reset activity time to avoid relock on -U. by Nicholas Marriott · 15 years ago
  31. 5d1b688 Convert hidden flag to a full flags word for the status line and add a flag to by Nicholas Marriott · 15 years ago
  32. 84cde92 If redrawing the region would mean redrawing > half the pane, just schedule to by Nicholas Marriott · 16 years ago
  33. 3f09bf9 char not char *... by Nicholas Marriott · 16 years ago
  34. 65b9aeb Put socket path in $TMUX. by Nicholas Marriott · 16 years ago
  35. 26edf4c Don't segfault on lock when no sessions attached. by Nicholas Marriott · 16 years ago
  36. 0450b4a Move status prompt/message init and teardown into status.c. by Nicholas Marriott · 16 years ago
  37. e3feb06 Server locking. set-password and lock-server commands, plus automatic locking. by Nicholas Marriott · 16 years ago
  38. fd05d07 Change server-info format. by Nicholas Marriott · 16 years ago
  39. 9cddd79 Prompt history. by Nicholas Marriott · 16 years ago
  40. 33aa931 Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH. by Nicholas Marriott · 16 years ago
  41. e013970 Missing time.h. by Nicholas Marriott · 16 years ago
  42. 17fde82 Freeze output when showing display line, fixes problems when no status line. by Nicholas Marriott · 16 years ago
  43. a1db273 display-time option to set message display time. by Nicholas Marriott · 16 years ago
  44. 7cebf47 Hide cursor with flag. by Nicholas Marriott · 16 years ago
  45. 74d8f0b Command prompt for interactive commands. by Nicholas Marriott · 16 years ago
  46. c3b7a49 Editable prompt. Not used for anything yet. More to come. by Nicholas Marriott · 16 years ago
  47. 9ef5bdc Show status messages without blocking the server. by Nicholas Marriott · 16 years ago
  48. 55d5b83 Informational messages on window option changes. by Nicholas Marriott · 16 years ago
  49. 0f40347 New window options: force-width and force-height. This will force a window to by Nicholas Marriott · 16 years ago
  50. 9580695 Clear clients with flag too. by Nicholas Marriott · 16 years ago
  51. 77224aa Be more conservative about redrawing using flags. by Nicholas Marriott · 16 years ago
  52. 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
  53. c7243b7 Move -s and -c down a level so handling them is the responsibility of the command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before. by Nicholas Marriott · 16 years ago
  54. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  55. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  56. b903494 Reset before calling window_draw otherwise it'll have the wrong idea of the current state (since it copies from screen). by Nicholas Marriott · 17 years ago
  57. 112f4d9 Don't stop until after everything else done. by Nicholas Marriott · 17 years ago
  58. b2d78b6 Use screen_draw_* to write message, avoids leaving attribute changes around. by Nicholas Marriott · 17 years ago
  59. 18d72e6 Partial copy mode. Currently does the same as scroll mode but using a cursor. Also fix bug where resizing would leave crap lying around. by Nicholas Marriott · 17 years ago
  60. df7be0d Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for copy mode. by Nicholas Marriott · 17 years ago
  61. ce90f1b The CLIENT_HOLD hack can go bye-bye. by Nicholas Marriott · 17 years ago
  62. d0984b8 Sort out cursors with a new flag - BACKGROUND - for window modes. Free text on more exit. by Nicholas Marriott · 17 years ago
  63. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
  64. ceab127 Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from display size (now dx,dy). Move functions which work on the displayed area into screen-display.c and tidy. Use macros consistently when accessing screen data (may want to move everything about again later!). This the first step on the road to scrollback. by Nicholas Marriott · 17 years ago
  65. c0572ea Fix a format string bug and sprinkle some printflikes. by Nicholas Marriott · 17 years ago
  66. 941eab3 %u -> %d for indexes. Some lint fixes. by Nicholas Marriott · 17 years ago
  67. 4ba3cf6 Reorg window data structures. Add an intermediate data type (struct winlink) to hold index and make sessions hold a RB tree of them rather than a fixed array. by Nicholas Marriott · 17 years ago
  68. 688a487 Lift last MAXNAMELEN limit on -s argument. by Nicholas Marriott · 17 years ago
  69. de24fbb Add a bell-action option. by Nicholas Marriott · 17 years ago
  70. ad4a742 Mark windows in yellow on status line when bell. by Nicholas Marriott · 17 years ago
  71. f2b18ac Don't resize if sx AND sy haven't changed. Also tweak some logging, and reset attrs after clear. by Nicholas Marriott · 17 years ago
  72. 1f9a8e7 Incomplete resize support. by Nicholas Marriott · 17 years ago
  73. 19c1e1a Rename window. by Nicholas Marriott · 17 years ago
  74. 8158159 Next/last/previous window, some other tweaks. by Nicholas Marriott · 17 years ago
  75. 7ba01f6 New window command. by Nicholas Marriott · 17 years ago
  76. df716ec Rewrite command handling to be more generic. Not finished! by Nicholas Marriott · 17 years ago
  77. fe06744 String/number arguments.. by Nicholas Marriott · 17 years ago
  78. 9bb907f Move command handling into the server and tidy up some bits. by Nicholas Marriott · 17 years ago
  79. a6d3594 Redraw client status lines on rename. by Nicholas Marriott · 17 years ago
  80. bfccbc6 Simple status line. by Nicholas Marriott · 17 years ago
  81. 872696f Pass attributes around as flags rather than as a list of escape codes. by Nicholas Marriott · 17 years ago
  82. 653ee72 Write error messages for rename. Also tweak some error outputs, and fix -i. by Nicholas Marriott · 17 years ago
  83. 2ec60c9 Pass bell through from any window. by Nicholas Marriott · 17 years ago
  84. 4d6cfe5 Terminate buffers properly. by Nicholas Marriott · 17 years ago
  85. 58affec Split list into ls/lsw. by Nicholas Marriott · 17 years ago
  86. 22990a6 New session selection rules: by Nicholas Marriott · 17 years ago
  87. 3fa8f16 Adjust $TMUX environ var to include session index, and don't compact session list on release. Also fix some argument types. by Nicholas Marriott · 17 years ago
  88. 302a35d Server function naming, still not happy with server stuff though. by Nicholas Marriott · 17 years ago
  89. 671694a Cleanup part 1: split up server.c. by Nicholas Marriott · 17 years ago