1. 0127137 move-window bound to ., from joshe. by Nicholas Marriott · 16 years ago
  2. e16ed21 Format. by Nicholas Marriott · 16 years ago
  3. 6fb9d4d Tweak example. by Nicholas Marriott · 16 years ago
  4. 882316a Set colour of window entry in status line based on window options. by Nicholas Marriott · 16 years ago
  5. 2bb499c Support #(command) in status-left, and status-right. by Tiago Cunha · 16 years ago
  6. 2057e66 Mouse in copy mode. by Nicholas Marriott · 16 years ago
  7. 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
  8. 2af5244 -u to start with screen scrolled up. by Nicholas Marriott · 16 years ago
  9. 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
  10. 9cde0c2 Be more clever about picking window name. by Nicholas Marriott · 16 years ago
  11. 4d7e555 Don't screw up UTF-8 combined characters. by Nicholas Marriott · 16 years ago
  12. f62ed6a load-buffer command by Tiago Cunha · 16 years ago
  13. 3290324 +CHANGES. by Nicholas Marriott · 16 years ago
  14. 4d9af27 Better error messages for fork. by Nicholas Marriott · 16 years ago
  15. 3f17191 Return 1 on error. Doh. by Nicholas Marriott · 16 years ago
  16. 392e135 Handle SIGTERM (and kill-server which uses it), a bit more neatly - tidy up by Nicholas Marriott · 16 years ago
  17. 9acc267 new-window -k. by Nicholas Marriott · 16 years ago
  18. 19987fe Bring back -p and -l to splitw to specify height as % or nlines. by Nicholas Marriott · 16 years ago
  19. 7118baa Allow a selection in vi keys mode... by Nicholas Marriott · 16 years ago
  20. 8c259f5 Darwin support for automatic-rename, from joshe. by Nicholas Marriott · 16 years ago
  21. 2d15f59 Try to change the window title to match the command running it in. This is done by Nicholas Marriott · 16 years ago
  22. 2afa8eb Fix various silly problems with status line off. by Nicholas Marriott · 16 years ago
  23. 94471aa Use reverse rather than background which doesn't show up when terminal doesn't by Nicholas Marriott · 16 years ago
  24. 93230a6 Pass return code from _exec; allow command sequences to work from the command line. by Nicholas Marriott · 16 years ago
  25. 5f6a351 Start the first client with a special socketpair so it is already known to the by Nicholas Marriott · 16 years ago
  26. 4cdc228 Unbreak UTF-8. by Nicholas Marriott · 16 years ago
  27. d1a5fde -a flags to next/previous window. by Nicholas Marriott · 16 years ago
  28. 3efd1f5 find-window command. by Nicholas Marriott · 16 years ago
  29. a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 16 years ago
  30. efb62d4 Show (attached) for attached sessions. by Nicholas Marriott · 16 years ago
  31. 8ea4971 suspend-client command and suspend client when ^Z key binding is used. by Nicholas Marriott · 16 years ago
  32. c623d42 Update. by Nicholas Marriott · 16 years ago
  33. 5aa3098 Support #S #H in status-left/right. by Nicholas Marriott · 16 years ago
  34. 601667f Be a bit more helpful. by Nicholas Marriott · 16 years ago
  35. 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
  36. f57891d Spell check. by Nicholas Marriott · 16 years ago
  37. 3ad1fec Repeat for last-window is useless and annoying, take it off. by Nicholas Marriott · 16 years ago
  38. d4296cb Make last-window repeatable too; update my configuration backup, er, example. by Nicholas Marriott · 16 years ago
  39. 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
  40. 0a99ba0 Alt-up/down to resize by five lines. by Nicholas Marriott · 16 years ago
  41. d1eb153 switch-pane is now select-pane. by Nicholas Marriott · 16 years ago
  42. 3f51dcd up-pane and down-pane commands. by Nicholas Marriott · 16 years ago
  43. b4ac8c1 Multiple window splitting. by Nicholas Marriott · 16 years ago
  44. bc56751 Disable lock-after-time by default. by Nicholas Marriott · 16 years ago
  45. f855591 kill-pane command. by Nicholas Marriott · 16 years ago
  46. 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
  47. 60bfaf5 prefix-time option to allow multiple commands without additional prefixes. by Nicholas Marriott · 16 years ago
  48. a88eba3 More hacks for key handling. by Nicholas Marriott · 16 years ago
  49. dbbc314 Handle ctrl/shift modifiers better. by Nicholas Marriott · 16 years ago
  50. c35a50b Commands to resize panes; also a pane generic cmd, not used yet. by Nicholas Marriott · 16 years ago
  51. 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
  52. 440a84b Use -O0 to prevent copy issues. by Nicholas Marriott · 16 years ago
  53. 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
  54. d78bc5d save-buffer command, from Tiago Cunha. by Nicholas Marriott · 16 years ago
  55. ccf5784 Add a couple of bits. by Nicholas Marriott · 16 years ago
  56. e3feb06 Server locking. set-password and lock-server commands, plus automatic locking. by Nicholas Marriott · 16 years ago
  57. 4d71164 Pick up cwd from environment,. by Nicholas Marriott · 16 years ago
  58. 88ab74a Clock mode. by Nicholas Marriott · 16 years ago
  59. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  60. fb6c8ec New command, server-info, to show server info + terminal details. Also tweak term stuff a bit. by Nicholas Marriott · 16 years ago
  61. 3ed5aa3 Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. by Nicholas Marriott · 16 years ago
  62. ed1031b Update key handling code. Simplify, support ctrl properly and add a new window option (xterm-keys) to output xterm key codes including ctrl and, if available, alt and shift. by Nicholas Marriott · 16 years ago
  63. a9f0418 Update CHANGES. by Nicholas Marriott · 16 years ago
  64. a3e3051 Whoops. New stuff goes at the top. Doh! by Nicholas Marriott · 16 years ago
  65. 18312fa Some options tidying/code shrinkage. Also add -u option to unset non-global options (allowing them to inherit), and some extra info. by Nicholas Marriott · 16 years ago
  66. 4817468 +TODO +CHANGES. by Nicholas Marriott · 16 years ago
  67. 4af8db9 Complete option names as well. by Nicholas Marriott · 16 years ago
  68. 9cddd79 Prompt history. by Nicholas Marriott · 16 years ago
  69. ca1ee21 Switch to splay tree for key bindings. by Nicholas Marriott · 16 years ago
  70. b457479 Make home and end work. by Nicholas Marriott · 16 years ago
  71. db39fd8 Add vim mode. by Nicholas Marriott · 16 years ago
  72. 5445918 source-file command from Tiago Cunha. by Nicholas Marriott · 16 years ago
  73. 75f043f Work around lack of dch. by Nicholas Marriott · 16 years ago
  74. a1a8e0c Tidy formatting. by Nicholas Marriott · 16 years ago
  75. 5c3d973 Import OpenBSD's getopt(3) to workaround broken glibc version. by Nicholas Marriott · 16 years ago
  76. 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
  77. d0342f4 Ability to show window title on status line. by Nicholas Marriott · 16 years ago
  78. 8f163b8 Support dfly, from joshe. by Nicholas Marriott · 16 years ago
  79. 5ca710d Disable UTF-8 by default and add options to enable it. by Nicholas Marriott · 16 years ago
  80. 46f5e42 Keep stack of previous windows. Check for op (orig_pair) for default colours. by Nicholas Marriott · 16 years ago
  81. 4e4aefa Don't try to redraw status line in prompt mode. by Nicholas Marriott · 16 years ago
  82. 0ba0fd3 Translate 256 colours to 16. by Nicholas Marriott · 16 years ago
  83. 185f729 Better OSC support for title setting, and support APC as well. by Nicholas Marriott · 16 years ago
  84. 62457bc Trim. by Nicholas Marriott · 16 years ago
  85. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  86. ded3480 Split colour functions from screen. by Nicholas Marriott · 16 years ago
  87. 19a2c87 Initial UTF-8 support. by Nicholas Marriott · 16 years ago
  88. 4235ddb Initial 256 colour support, lightly tested. by Nicholas Marriott · 16 years ago
  89. 33aa931 Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH. by Nicholas Marriott · 16 years ago
  90. de0e1c6 Lose ensure* stuff. by Nicholas Marriott · 16 years ago
  91. ba597da Environment variables in configuration file. by Nicholas Marriott · 16 years ago
  92. 3337dfc Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these separately but forgot :-/. by Nicholas Marriott · 16 years ago
  93. ee8a9d2 Handle kcursor+kkeypad (switch to OA from [A). by Nicholas Marriott · 16 years ago
  94. e00736b Revert this, it breaks emacs. by Nicholas Marriott · 16 years ago
  95. 9721277 Support keypad. Change cursor key output. by Nicholas Marriott · 16 years ago
  96. 403b1b2 Handle exact match properly. by Nicholas Marriott · 16 years ago
  97. 892d1b5 Split emacs/vi keys into seperate tables. by Nicholas Marriott · 16 years ago
  98. dd41035 Protocol versioning, version is checked on identify message. by Nicholas Marriott · 16 years ago
  99. bd1a705 0.4 released. by Nicholas Marriott · 16 years ago
  100. d90d646 Zombie windows, requested by Will Maier. by Nicholas Marriott · 16 years ago