1. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 16 years ago
  2. fb543c7 Use ACS for line drawing characters. by Nicholas Marriott · 16 years ago
  3. 827fac4 Support "neww; neww" as well "neww ; neww". by Nicholas Marriott · 16 years ago
  4. 044e6f7 previous-layout command. by Nicholas Marriott · 16 years ago
  5. a6f2d82 Use a (pre)randomised binary tree for UTF-8 character widths. Probably overkill by Nicholas Marriott · 16 years ago
  6. cdf472f Merge resize-pane-{up,down} into resize-pane. by Nicholas Marriott · 16 years ago
  7. cc9cc1a Some tweaks for Solaris. by Nicholas Marriott · 16 years ago
  8. c80ad45 Avoid using the prompt history when the server is locked, and prevent any by Tiago Cunha · 16 years ago
  9. 058772e - confirm-before command. by Tiago Cunha · 16 years ago
  10. 7d6896a Support NEL. by Nicholas Marriott · 16 years ago
  11. 5fbdca8 Use the xenl terminfo flag to detect early-wrap terminals like the FreeBSD by Nicholas Marriott · 16 years ago
  12. a91ecf4 Note it. by Nicholas Marriott · 16 years ago
  13. 750b810 Remove the right number of characters from the buffer when escape then a cursor by Nicholas Marriott · 16 years ago
  14. 325d43e rotate-window command. by Nicholas Marriott · 16 years ago
  15. dbf52fa Change scroll/pane redraws to only redraw the single pane affected rather than by Nicholas Marriott · 16 years ago
  16. 84cde92 If redrawing the region would mean redrawing > half the pane, just schedule to by Nicholas Marriott · 16 years ago
  17. a45e331 Tweak to CHANGES. by Nicholas Marriott · 16 years ago
  18. b6450b1 Basic horizontal splitting and layout management. Still some redraw and other by Nicholas Marriott · 16 years ago
  19. c4ac39f +UTF-8 fixed to CHANGES. by Nicholas Marriott · 16 years ago
  20. 92594c8 Update CHANGES. by Nicholas Marriott · 16 years ago
  21. 6c27f1c Draw vertical line on the right when window size is limited. by Nicholas Marriott · 16 years ago
  22. cf7b384 Better UTF-8 support, including combined characters. Unicode data is now stored 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. 587bade Clear using ED when redrawing the screen. I foolishly assumed using spaces 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. f5f04a9 * New session flag "set-remain-on-exit" to set remain-on-exit flag for new windows created in that session (like "remain-by-default" used to do). Not perfectly happy about this, but until I can think of a good way to introduce it generically (maybe a set of options in the session) this will do. Fixes SF request 2527847. by Nicholas Marriott · 16 years ago
  27. e6d35b6 Support for 88 colour terminals. by Nicholas Marriott · 16 years ago
  28. 56f80a5 break-pane command to split a pane off into a new window; bound to ! by default. by Nicholas Marriott · 16 years ago
  29. 57f5f44 Sort out escape key handling so it works. by Nicholas Marriott · 16 years ago
  30. 95c8c04 Redo mode keys slightly more cleanly and apply them to command prompt editing. vi or emacs mode is controlled by the session option status-keys. by Nicholas Marriott · 16 years ago
  31. cce03e1 Looking up argv[0] is expensive, so just use p_comm for the window name which is good enough. Also increase name update time to 500 ms. by Nicholas Marriott · 16 years ago
  32. 5a04f74 Only use RI at the top of the screen. by Nicholas Marriott · 16 years ago
  33. 959eeef FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the cursor can never be beyond $COLUMNS - 1) and does not appear to support changing this behaviour, or any of the obvious possibilities (turning off right margin wrapping, insert mode). This is irritating, most notably because it impossible to write to the very bottom-right of the screen without scrolling. To work around this, if built on FreeBSD and run with a "cons" $TERM, the bottom-right cell on the screen is omitted. by Nicholas Marriott · 16 years ago
  34. d5eaf3a Emulate CSR with existing screen data on old/stupid terminals which don't support it. by Nicholas Marriott · 16 years ago
  35. b373993 Don't redraw status line unless it has actually changed. Stops extraneous by Nicholas Marriott · 16 years ago
  36. dd1ebf1 Handle "" properly. by Nicholas Marriott · 16 years ago
  37. 85fd214 Move to 0.8. by Nicholas Marriott · 16 years ago
  38. 4213ff8 copy-buffer command. by Tiago Cunha · 16 years ago
  39. 804beb9 Support commands with right parenthesis. From nicm and me. by Tiago Cunha · 16 years ago
  40. 0127137 move-window bound to ., from joshe. by Nicholas Marriott · 16 years ago
  41. e16ed21 Format. by Nicholas Marriott · 16 years ago
  42. 6fb9d4d Tweak example. by Nicholas Marriott · 16 years ago
  43. 882316a Set colour of window entry in status line based on window options. by Nicholas Marriott · 16 years ago
  44. 2bb499c Support #(command) in status-left, and status-right. by Tiago Cunha · 16 years ago
  45. 2057e66 Mouse in copy mode. by Nicholas Marriott · 16 years ago
  46. 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
  47. 2af5244 -u to start with screen scrolled up. by Nicholas Marriott · 16 years ago
  48. c6bd9e2 Allow status, mode and message attributes to be changed by three new options: status-attr, mode-attr, message-attr. A comma-separataed list is accepted containing: bright, dim, underscore, blink, reverse, hidden, italics, for example: set -g status-attr bright,blink by Nicholas Marriott · 16 years ago
  49. 9cde0c2 Be more clever about picking window name. by Nicholas Marriott · 16 years ago
  50. 4d7e555 Don't screw up UTF-8 combined characters. by Nicholas Marriott · 16 years ago
  51. f62ed6a load-buffer command by Tiago Cunha · 16 years ago
  52. 3290324 +CHANGES. by Nicholas Marriott · 16 years ago
  53. 4d9af27 Better error messages for fork. by Nicholas Marriott · 16 years ago
  54. 3f17191 Return 1 on error. Doh. by Nicholas Marriott · 16 years ago
  55. 392e135 Handle SIGTERM (and kill-server which uses it), a bit more neatly - tidy up by Nicholas Marriott · 16 years ago
  56. 9acc267 new-window -k. by Nicholas Marriott · 16 years ago
  57. 19987fe Bring back -p and -l to splitw to specify height as % or nlines. by Nicholas Marriott · 16 years ago
  58. 7118baa Allow a selection in vi keys mode... by Nicholas Marriott · 16 years ago
  59. 8c259f5 Darwin support for automatic-rename, from joshe. by Nicholas Marriott · 16 years ago
  60. 2d15f59 Try to change the window title to match the command running it in. This is done by Nicholas Marriott · 16 years ago
  61. 2afa8eb Fix various silly problems with status line off. by Nicholas Marriott · 16 years ago
  62. 94471aa Use reverse rather than background which doesn't show up when terminal doesn't by Nicholas Marriott · 16 years ago
  63. 93230a6 Pass return code from _exec; allow command sequences to work from the command line. by Nicholas Marriott · 16 years ago
  64. 5f6a351 Start the first client with a special socketpair so it is already known to the by Nicholas Marriott · 16 years ago
  65. 4cdc228 Unbreak UTF-8. by Nicholas Marriott · 16 years ago
  66. d1a5fde -a flags to next/previous window. by Nicholas Marriott · 16 years ago
  67. 3efd1f5 find-window command. by Nicholas Marriott · 16 years ago
  68. a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 16 years ago
  69. efb62d4 Show (attached) for attached sessions. by Nicholas Marriott · 16 years ago
  70. 8ea4971 suspend-client command and suspend client when ^Z key binding is used. by Nicholas Marriott · 16 years ago
  71. c623d42 Update. by Nicholas Marriott · 16 years ago
  72. 5aa3098 Support #S #H in status-left/right. by Nicholas Marriott · 16 years ago
  73. 601667f Be a bit more helpful. by Nicholas Marriott · 16 years ago
  74. 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
  75. f57891d Spell check. by Nicholas Marriott · 16 years ago
  76. 3ad1fec Repeat for last-window is useless and annoying, take it off. by Nicholas Marriott · 16 years ago
  77. d4296cb Make last-window repeatable too; update my configuration backup, er, example. by Nicholas Marriott · 16 years ago
  78. 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
  79. 0a99ba0 Alt-up/down to resize by five lines. by Nicholas Marriott · 16 years ago
  80. d1eb153 switch-pane is now select-pane. by Nicholas Marriott · 16 years ago
  81. 3f51dcd up-pane and down-pane commands. by Nicholas Marriott · 16 years ago
  82. b4ac8c1 Multiple window splitting. by Nicholas Marriott · 16 years ago
  83. bc56751 Disable lock-after-time by default. by Nicholas Marriott · 16 years ago
  84. f855591 kill-pane command. by Nicholas Marriott · 16 years ago
  85. 98c85cf command-prompt now accepts a single argument, a template string. Any occurrences of %% in this string are replaced by whatever is entered at the prompt and the result is executed as a command. This allows things like (now bound by default): by Nicholas Marriott · 16 years ago
  86. 60bfaf5 prefix-time option to allow multiple commands without additional prefixes. by Nicholas Marriott · 16 years ago
  87. a88eba3 More hacks for key handling. by Nicholas Marriott · 16 years ago
  88. dbbc314 Handle ctrl/shift modifiers better. by Nicholas Marriott · 16 years ago
  89. c35a50b Commands to resize panes; also a pane generic cmd, not used yet. by Nicholas Marriott · 16 years ago
  90. 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
  91. 440a84b Use -O0 to prevent copy issues. by Nicholas Marriott · 16 years ago
  92. 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
  93. d78bc5d save-buffer command, from Tiago Cunha. by Nicholas Marriott · 16 years ago
  94. ccf5784 Add a couple of bits. by Nicholas Marriott · 16 years ago
  95. e3feb06 Server locking. set-password and lock-server commands, plus automatic locking. by Nicholas Marriott · 16 years ago
  96. 4d71164 Pick up cwd from environment,. by Nicholas Marriott · 16 years ago
  97. 88ab74a Clock mode. by Nicholas Marriott · 16 years ago
  98. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  99. fb6c8ec New command, server-info, to show server info + terminal details. Also tweak term stuff a bit. by Nicholas Marriott · 16 years ago
  100. 3ed5aa3 Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. by Nicholas Marriott · 16 years ago