1. 0e03dc2 Update. by Nicholas Marriott · 16 years ago
  2. 028419f Comment. Missing OS X headers. +TODO. by Nicholas Marriott · 16 years ago
  3. 1d3fba8 Make process name guessing pick up SSTOP. by Nicholas Marriott · 16 years ago
  4. 3c7fefd Document automatic-rename. by Nicholas Marriott · 16 years ago
  5. ea8a8d3 Document command sequences. by Nicholas Marriott · 16 years ago
  6. 5edb324 Update. by Nicholas Marriott · 16 years ago
  7. 70dbc2f - Document find-window. by Tiago Cunha · 16 years ago
  8. 4213ff8 copy-buffer command. by Tiago Cunha · 16 years ago
  9. dd4e160 - Document the -p and -l options in split-window. by Tiago Cunha · 16 years ago
  10. 882316a Set colour of window entry in status line based on window options. by Nicholas Marriott · 16 years ago
  11. b407686 Fix page down, again. by Nicholas Marriott · 16 years ago
  12. 2057e66 Mouse in copy mode. by Nicholas Marriott · 16 years ago
  13. 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
  14. 2af5244 -u to start with screen scrolled up. by Nicholas Marriott · 16 years ago
  15. c172628 Handle cursor on/off better. by Nicholas Marriott · 16 years ago
  16. 162546a Done! by Nicholas Marriott · 16 years ago
  17. 4d7e555 Don't screw up UTF-8 combined characters. by Nicholas Marriott · 16 years ago
  18. 514adbd Update. by Nicholas Marriott · 16 years ago
  19. 7c8cd81 Typos. by Nicholas Marriott · 16 years ago
  20. f62ed6a load-buffer command by Tiago Cunha · 16 years ago
  21. 4d9af27 Better error messages for fork. by Nicholas Marriott · 16 years ago
  22. af5bc51 Update TODO. by Nicholas Marriott · 16 years ago
  23. 9acc267 new-window -k. by Nicholas Marriott · 16 years ago
  24. 19987fe Bring back -p and -l to splitw to specify height as % or nlines. by Nicholas Marriott · 16 years ago
  25. 7118baa Allow a selection in vi keys mode... by Nicholas Marriott · 16 years ago
  26. 2d15f59 Try to change the window title to match the command running it in. This is done by Nicholas Marriott · 16 years ago
  27. 2afa8eb Fix various silly problems with status line off. by Nicholas Marriott · 16 years ago
  28. 93230a6 Pass return code from _exec; allow command sequences to work from the command line. by Nicholas Marriott · 16 years ago
  29. 4cdc228 Unbreak UTF-8. by Nicholas Marriott · 16 years ago
  30. ac8ae12 +. by Nicholas Marriott · 16 years ago
  31. d1988b8 This is done. by Nicholas Marriott · 16 years ago
  32. 3efd1f5 find-window command. by Nicholas Marriott · 16 years ago
  33. a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 16 years ago
  34. 8ea4971 suspend-client command and suspend client when ^Z key binding is used. by Nicholas Marriott · 16 years ago
  35. 273d630 Update for 0.7. by Nicholas Marriott · 16 years ago
  36. 1237025 Document xterm-keys by Nicholas Marriott · 16 years ago
  37. 5fefd9d Document repeat-time. by Tiago Cunha · 16 years ago
  38. 8b0a7c0 Document choose-*. by Nicholas Marriott · 16 years ago
  39. f8c5d13 Update. by Nicholas Marriott · 16 years ago
  40. e4cf738 Add tabs. by Nicholas Marriott · 16 years ago
  41. e78b7c8 Document command-prompt template string, and panes commands. From nicm and me. by Tiago Cunha · 16 years ago
  42. 68aedad Some comments. by Nicholas Marriott · 16 years ago
  43. 5aa3098 Support #S #H in status-left/right. by Nicholas Marriott · 16 years ago
  44. 3f20549 Reorder a bit. by Nicholas Marriott · 16 years ago
  45. 5bd33f5 Document default-path, and update set/setw with the -u flag. From nicm and me. by Tiago Cunha · 16 years ago
  46. 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
  47. 668dac5 Retry properly when failed to connect. by Nicholas Marriott · 16 years ago
  48. a1cb652 Update. by Nicholas Marriott · 16 years ago
  49. 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
  50. e9bb939 Update. by Nicholas Marriott · 16 years ago
  51. d1eb153 switch-pane is now select-pane. by Nicholas Marriott · 16 years ago
  52. b4ac8c1 Multiple window splitting. by Nicholas Marriott · 16 years ago
  53. 78f7e6d Turn off prefix-time for the moment, it is too annoying. by Nicholas Marriott · 16 years ago
  54. 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
  55. 60bfaf5 prefix-time option to allow multiple commands without additional prefixes. by Nicholas Marriott · 16 years ago
  56. dbbc314 Handle ctrl/shift modifiers better. by Nicholas Marriott · 16 years ago
  57. c35a50b Commands to resize panes; also a pane generic cmd, not used yet. by Nicholas Marriott · 16 years ago
  58. 440a84b Use -O0 to prevent copy issues. by Nicholas Marriott · 16 years ago
  59. 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
  60. d78bc5d save-buffer command, from Tiago Cunha. by Nicholas Marriott · 16 years ago
  61. b4fe991 Updates. by Nicholas Marriott · 16 years ago
  62. 6c9822c Update slightly. by Nicholas Marriott · 16 years ago
  63. e3feb06 Server locking. set-password and lock-server commands, plus automatic locking. by Nicholas Marriott · 16 years ago
  64. 4d71164 Pick up cwd from environment,. by Nicholas Marriott · 16 years ago
  65. 88ab74a Clock mode. by Nicholas Marriott · 16 years ago
  66. bea8a54 Update. by Nicholas Marriott · 16 years ago
  67. e96dfbc +tmux differences. by Nicholas Marriott · 16 years ago
  68. 34cc2e0 Update. by Nicholas Marriott · 16 years ago
  69. 934e6d9 vis functions for Linux. by Nicholas Marriott · 16 years ago
  70. fb6c8ec New command, server-info, to show server info + terminal details. Also tweak term stuff a bit. by Nicholas Marriott · 16 years ago
  71. 3ed5aa3 Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. by Nicholas Marriott · 16 years ago
  72. ed5e8c4 Tidy, +. by Nicholas Marriott · 16 years ago
  73. 481465d -. by Nicholas Marriott · 16 years ago
  74. d531dbb Minor tidying; remove some old debugging messages. by Nicholas Marriott · 16 years ago
  75. c980360 +. by Nicholas Marriott · 16 years ago
  76. 51a3a93 Update TODO. by Nicholas Marriott · 16 years ago
  77. 4817468 +TODO +CHANGES. by Nicholas Marriott · 16 years ago
  78. 4af8db9 Complete option names as well. by Nicholas Marriott · 16 years ago
  79. ca1ee21 Switch to splay tree for key bindings. by Nicholas Marriott · 16 years ago
  80. 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
  81. d0342f4 Ability to show window title on status line. by Nicholas Marriott · 16 years ago
  82. 408c855 +. by Nicholas Marriott · 16 years ago
  83. 8524062 Document mode keys by Nicholas Marriott · 16 years ago
  84. 46f5e42 Keep stack of previous windows. Check for op (orig_pair) for default colours. by Nicholas Marriott · 16 years ago
  85. 4198a9c TAILQ -> SLIST. by Nicholas Marriott · 16 years ago
  86. 93de57d Sync. by Nicholas Marriott · 16 years ago
  87. 185f729 Better OSC support for title setting, and support APC as well. by Nicholas Marriott · 16 years ago
  88. 631a45e Calculate y properly. by Nicholas Marriott · 16 years ago
  89. 4818224 Done. by Nicholas Marriott · 16 years ago
  90. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  91. ded3480 Split colour functions from screen. by Nicholas Marriott · 16 years ago
  92. 19a2c87 Initial UTF-8 support. by Nicholas Marriott · 16 years ago
  93. 4235ddb Initial 256 colour support, lightly tested. by Nicholas Marriott · 16 years ago
  94. 33aa931 Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH. by Nicholas Marriott · 16 years ago
  95. 0abb4ca Also done. by Nicholas Marriott · 16 years ago
  96. b43ed10 Done. by Nicholas Marriott · 16 years ago
  97. 546838e This idea (nested sessions) is fraught with too many problems to do it sanely; by Nicholas Marriott · 16 years ago
  98. c39c161 Spacing. by Nicholas Marriott · 16 years ago
  99. 3337dfc Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these separately but forgot :-/. by Nicholas Marriott · 16 years ago
  100. 9721277 Support keypad. Change cursor key output. by Nicholas Marriott · 16 years ago