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