1. 6ce734c After logging (if enabled) is switched to file, there is no reason to keep by Nicholas Marriott · 15 years ago
  2. de2ea2d Status line fixes: don't truncate status-right now the length calculation is by Nicholas Marriott · 15 years ago
  3. 3fcbe1e Remove some dead assignments, found by sthen with clang. by no_author · 15 years ago
  4. bb459be Whitespace and more syncing. by Nicholas Marriott · 15 years ago
  5. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  6. f7a9eb4 Change find-window and monitor-content to use fnmatch(3). For convenience and by Nicholas Marriott · 15 years ago
  7. 944520b Make remain-on-exit work again when there is only one pane left, which was by Nicholas Marriott · 15 years ago
  8. 80af85a - New window option monitor-content to search for a string in a window, and by Tiago Cunha · 15 years ago
  9. 0abd8ea (void). by Nicholas Marriott · 15 years ago
  10. 03af7c9 Recreate server socket on SIGUSR1, per SF feature request 2792533. by Nicholas Marriott · 15 years ago
  11. 4b64bd7 It is HAVE_PTY_H, also add a cast to shut gcc up. by Nicholas Marriott · 15 years ago
  12. c8cf438 Rename all feature flags to HAVE_* and move out of makefiles into a configure by Nicholas Marriott · 15 years ago
  13. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 15 years ago
  14. 9164dd6 Only worry about complete seconds for status line update. Also reduce poll interval and de-magic-number it. by Nicholas Marriott · 15 years ago
  15. a6f2d82 Use a (pre)randomised binary tree for UTF-8 character widths. Probably overkill by Nicholas Marriott · 15 years ago
  16. 844f616 Update TODO; fix a comment; better screenshot. by Nicholas Marriott · 16 years ago
  17. dbf52fa Change scroll/pane redraws to only redraw the single pane affected rather than by Nicholas Marriott · 16 years ago
  18. 84cde92 If redrawing the region would mean redrawing > half the pane, just schedule to by Nicholas Marriott · 16 years ago
  19. 91bc683 - Allow switching to hidden windows (for active-only layout). by Nicholas Marriott · 16 years ago
  20. b6450b1 Basic horizontal splitting and layout management. Still some redraw and other by Nicholas Marriott · 16 years ago
  21. 907bec6 FD_CLOEXEC more fds. Still one I can't find... by Nicholas Marriott · 16 years ago
  22. 5872633 Now unused variable. by Nicholas Marriott · 16 years ago
  23. cb2ac5c Key repeating is now a property of the key binding not of the command. Repeat by Nicholas Marriott · 16 years ago
  24. a7f5777 Not const. by Nicholas Marriott · 16 years ago
  25. be0c79f Sockets in /tmp are now created in a subdirectory named, tmux-UID, eg by Nicholas Marriott · 16 years ago
  26. 52fb9ca Clear pollfds first. by Nicholas Marriott · 16 years ago
  27. 0402ef2 Log socket path so I can tell which tmux log is which. by Nicholas Marriott · 16 years ago
  28. a9a22d7 Initialise socket_path before parsing configuration file. by Nicholas Marriott · 16 years ago
  29. 5b7e882 Don't redraw status if it has already been redrawed as part of entire screen. by Nicholas Marriott · 16 years ago
  30. 5a6ed33 Don't leak string arguments and options. by Nicholas Marriott · 16 years ago
  31. a4f5d12 Don't leak top line of history and status screen. by Nicholas Marriott · 16 years ago
  32. 0450b4a Move status prompt/message init and teardown into status.c. by Nicholas Marriott · 16 years ago
  33. 03d531e Move sx,sy into tty rather than client. by Nicholas Marriott · 16 years ago
  34. b373993 Don't redraw status line unless it has actually changed. Stops extraneous by Nicholas Marriott · 16 years ago
  35. b235815 Don't close fds, so error message appears. by Nicholas Marriott · 16 years ago
  36. 62d2ab3 Continue process if suspended. by Nicholas Marriott · 16 years ago
  37. 871f57c Ugh. Another inner loop variable reuse bug. by Nicholas Marriott · 16 years ago
  38. 4428987 * Better support for at least the most common variant of mouse input: parse it and adjust for different panes. Also support mouse in window/session choice mode. by Nicholas Marriott · 16 years ago
  39. fbbf46e Close stdin/stdout/stderr. by Nicholas Marriott · 16 years ago
  40. c172628 Handle cursor on/off better. by Nicholas Marriott · 16 years ago
  41. a239d80 Don't reuse index variable. by Nicholas Marriott · 16 years ago
  42. 392e135 Handle SIGTERM (and kill-server which uses it), a bit more neatly - tidy up by Nicholas Marriott · 16 years ago
  43. 2d15f59 Try to change the window title to match the command running it in. This is done by Nicholas Marriott · 16 years ago
  44. 5f6a351 Start the first client with a special socketpair so it is already known to the by Nicholas Marriott · 16 years ago
  45. a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 16 years ago
  46. 8ea4971 suspend-client command and suspend client when ^Z key binding is used. by Nicholas Marriott · 16 years ago
  47. 0fd60e9 Whoops, take out debugging. by Nicholas Marriott · 16 years ago
  48. f3edf28 Don't die when last window either. by Nicholas Marriott · 16 years ago
  49. 32e3759 Don't die on kill-window. by Nicholas Marriott · 16 years ago
  50. d29ca39 Two new commands, choose-window and choose-session which work only when bound to a key and allow the window or session to be selected from a list. by Nicholas Marriott · 16 years ago
  51. 4e2b640 Unbreak prefix as binding. by Nicholas Marriott · 16 years ago
  52. 97fef89 Rework the prefix-time stuff. The option is now call repeat-time and defaults to 500 ms. However, it only applies to a small subset of commands, currently: up-pane, down-pane, next-window, previous-window, resize-pane-up, resize-pane-down. These are the commands for which it is obviously useful, having it for everything else was just bloody annoying. by Nicholas Marriott · 16 years ago
  53. b4ac8c1 Multiple window splitting. by Nicholas Marriott · 16 years ago
  54. f855591 kill-pane command. by Nicholas Marriott · 16 years ago
  55. 60bfaf5 prefix-time option to allow multiple commands without additional prefixes. by Nicholas Marriott · 16 years ago
  56. 20957e3 Skip over now-invalid fds properly when a window is closed. by Nicholas Marriott · 16 years ago
  57. 7cd3cf0 Make the window pane code handle panes of different sizes, and add a -l and -p arguments to split-window to specify the new window size in lines or as a percentage. by Nicholas Marriott · 16 years ago
  58. 162bacd Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). by Nicholas Marriott · 16 years ago
  59. e3feb06 Server locking. set-password and lock-server commands, plus automatic locking. by Nicholas Marriott · 16 years ago
  60. 4d71164 Pick up cwd from environment,. by Nicholas Marriott · 16 years ago
  61. 88ab74a Clock mode. by Nicholas Marriott · 16 years ago
  62. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  63. fb6c8ec New command, server-info, to show server info + terminal details. Also tweak term stuff a bit. by Nicholas Marriott · 16 years ago
  64. d531dbb Minor tidying; remove some old debugging messages. by Nicholas Marriott · 16 years ago
  65. 9cddd79 Prompt history. by Nicholas Marriott · 16 years ago
  66. 3bc3f63 Don't bother waking up when nothing is attached. by Nicholas Marriott · 16 years ago
  67. 7a82e86 Make window options work the same was as session options, add mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ by Nicholas Marriott · 16 years ago
  68. d0342f4 Ability to show window title on status line. by Nicholas Marriott · 16 years ago
  69. 4e4aefa Don't try to redraw status line in prompt mode. by Nicholas Marriott · 16 years ago
  70. 9e57336 Style tweaks. by Nicholas Marriott · 16 years ago
  71. 62457bc Trim. by Nicholas Marriott · 16 years ago
  72. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  73. f07cedf Rename some functions. by Nicholas Marriott · 16 years ago
  74. 4235ddb Initial 256 colour support, lightly tested. by Nicholas Marriott · 16 years ago
  75. 33aa931 Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH. by Nicholas Marriott · 16 years ago
  76. d90d646 Zombie windows, requested by Will Maier. by Nicholas Marriott · 16 years ago
  77. c24d849 Split options into a table to allow abbreviations. by Nicholas Marriott · 16 years ago
  78. c4d09c0 Convert 0x70 -> 0x88. by Nicholas Marriott · 16 years ago
  79. 4e4f71f Swap in new paste buffer code and add a couple more commands. by Nicholas Marriott · 16 years ago
  80. 17fde82 Freeze output when showing display line, fixes problems when no status line. by Nicholas Marriott · 16 years ago
  81. e9000e4 Wake up every 100 ms instead of 500. Add note. by Nicholas Marriott · 16 years ago
  82. 73d1558 status-lines -> status, prefix-key -> prefix by Nicholas Marriott · 16 years ago
  83. c3b7a49 Editable prompt. Not used for anything yet. More to come. by Nicholas Marriott · 16 years ago
  84. 9ef5bdc Show status messages without blocking the server. by Nicholas Marriott · 16 years ago
  85. 99df48d Trimify. by Nicholas Marriott · 16 years ago
  86. 19b7946 Start of Solaris port. by Nicholas Marriott · 16 years ago
  87. 8873c79 Set window title to current session. New options set-titles to disable. by Nicholas Marriott · 16 years ago
  88. 0ede634 s can be NULL, check for it. by Nicholas Marriott · 16 years ago
  89. 557b6b8 Add a couple of extra option types, and implement show-options command. by Nicholas Marriott · 16 years ago
  90. 0f40347 New window options: force-width and force-height. This will force a window to by Nicholas Marriott · 16 years ago
  91. 62d7ad2 Clear blank area properly on redraw, and add a marker line below it. by Nicholas Marriott · 16 years ago
  92. d00914f Set socket mode +x if sessions attached. by Nicholas Marriott · 16 years ago
  93. 2a2a976 Read from pipe to allow client to confirm and socket be closed. by Nicholas Marriott · 16 years ago
  94. d51f075 Use a socketpair to synchronise server startup. by Nicholas Marriott · 16 years ago
  95. 9580695 Clear clients with flag too. by Nicholas Marriott · 16 years ago
  96. 77224aa Be more conservative about redrawing using flags. by Nicholas Marriott · 16 years ago
  97. 713bad0 Make status-interval actually changeable. by Nicholas Marriott · 16 years ago
  98. 3cd4a08 Make server exit when last session dies. Also fix window check for status activity redraw. by Nicholas Marriott · 16 years ago
  99. 6a187bb Some Linux fixes; some code tidying. Don't redraw status bar so often. by Nicholas Marriott · 16 years ago
  100. 0f95671 Disable/enable window activity monitoring with set-window-option command. by Nicholas Marriott · 16 years ago