1. 6932447 Remove unnecessary initializers of cmd_ctx. by Nicholas Marriott · 12 years ago
  2. 293e331 Add functions to allocate and free command contexts rather than doing it all on by Nicholas Marriott · 12 years ago
  3. de19401 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  4. e33ba57 Remove the layout undo/redo code which never really worked. by Nicholas Marriott · 12 years ago
  5. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  6. a10143a Sync OpenBSD patchset 1146: by Tiago Cunha · 12 years ago
  7. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  8. f20c6fe Add choose-tree command to show windows and sessions in the same by Nicholas Marriott · 12 years ago
  9. fce3042 Sync OpenBSD patchset 1136: by Tiago Cunha · 12 years ago
  10. a13b4a8 Add a couple of NULL pointer checks to key binding functions, from by Nicholas Marriott · 12 years ago
  11. f99de22 Sync OpenBSD patchset 1084: by Tiago Cunha · 13 years ago
  12. 85f5485 Add a layout history which can be stepped through with select-layout -u by Nicholas Marriott · 13 years ago
  13. a3c1b73 Sync OpenBSD patchset 1008: by Tiago Cunha · 13 years ago
  14. 8ed9124 Use RB trees not SPLAY. by Nicholas Marriott · 13 years ago
  15. fce026e Sync OpenBSD patchset 928: by Tiago Cunha · 13 years ago
  16. 94f86ed Include the existing window and session name in the prompt when renaming by Nicholas Marriott · 13 years ago
  17. 1df427b Sync OpenBSD patchset 829: by Tiago Cunha · 14 years ago
  18. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  19. 5fcd671 Track the last session for a client and add a flag to switch-client and by Nicholas Marriott · 14 years ago
  20. 51487ed Track the last session for a client and add a flag to switch-client and by Nicholas Marriott · 14 years ago
  21. cd079e8 Sync OpenBSD patchset 780: by Tiago Cunha · 14 years ago
  22. 5de84ec Add a last-pane command (bound to ; by default). Requested ages ago by by Nicholas Marriott · 14 years ago
  23. 89c07de Sync OpenBSD patchset 759: by Tiago Cunha · 14 years ago
  24. a22a6de Add -n and -p flags to switch-client to move to the next and previous by Nicholas Marriott · 14 years ago
  25. 03c1c1c Sync OpenBSD patchset 727: by Tiago Cunha · 14 years ago
  26. 42e2413 Setting the cmdlist pointer in the bind-key to NULL to prevent it being freed by Nicholas Marriott · 14 years ago
  27. bf1e237 Sync OpenBSD patchset 726: by Tiago Cunha · 14 years ago
  28. ef72933 Add a choose-buffer command for easier use of the paste buffer stack. by Nicholas Marriott · 14 years ago
  29. 9900e28 Sync OpenBSD patchset 697: by Tiago Cunha · 14 years ago
  30. 701b5bd Sync OpenBSD patchset 688: by Tiago Cunha · 14 years ago
  31. e0f4697 Identical behaviour to select-prompt can now be obtained with by Nicholas Marriott · 14 years ago
  32. d529e7e Add a tiled layout, originally from Liam Bedford a while ago, fixed up by me. by Nicholas Marriott · 14 years ago
  33. ac9daf9 Merge copy mode and output mode, dropping the latter. Idea and code from by Nicholas Marriott · 15 years ago
  34. 2d74ce1 Merge output (more) and copy modes into one single mode (called copy). by Micah Cowan · 15 years ago
  35. 6f04866 Support up, down, left, right movement through panes with -UDLR flags to by Nicholas Marriott · 15 years ago
  36. aa8f901 Support up, down, left, right movement through panes with -UDLR flags to by Nicholas Marriott · 15 years ago
  37. c6ba781 Sync OpenBSD patchset 639: by Tiago Cunha · 15 years ago
  38. bb53c20 Support attaching a client read-only with a new -r flag to the attach-session by Nicholas Marriott · 15 years ago
  39. dcdd2fb Sync OpenBSD patchset 585: by Tiago Cunha · 15 years ago
  40. a4c9a80 Add "server options" which are server-wide and not bound to a session or by Nicholas Marriott · 15 years ago
  41. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  42. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  43. acc331c Sync OpenBSD patchset 546: by Tiago Cunha · 15 years ago
  44. 8db145d Add a per-client log of status line messages displayed while that client by Nicholas Marriott · 15 years ago
  45. 0986001 Sync OpenBSD patchset 533: by Tiago Cunha · 15 years ago
  46. 5d39746 Zap unused functions, prompted by deraadt. by Nicholas Marriott · 15 years ago
  47. f881502 Sync OpenBSD patchset 362: by Tiago Cunha · 15 years ago
  48. 35ca994 Remove scroll mode which is now redundant, copy mode should be used instead. by Nicholas Marriott · 15 years ago
  49. ed3535d Sync OpenBSD patchset 302: by Tiago Cunha · 15 years ago
  50. 0431996 Add a new display-panes command, with two options (display-panes-colour and by Nicholas Marriott · 15 years ago
  51. 8fd77cb Sync OpenBSD patchset 294: by Tiago Cunha · 15 years ago
  52. 7b847ce Add a choose-client command and extend choose-{session,window} to accept a by Nicholas Marriott · 15 years ago
  53. 2e2e762 Sync OpenBSD patchset 289: by Tiago Cunha · 15 years ago
  54. 43cd40e The cursession member in struct cmd_ctx is always either curclient->session or by Nicholas Marriott · 15 years ago
  55. 28cf7dc Sync OpenBSD patchset 175: by Tiago Cunha · 15 years ago
  56. 5a1a106 Permit commands to be bound to key presses without the prefix key first. The by Nicholas Marriott · 15 years ago
  57. a734488 Sync OpenBSD patchset 151: by Tiago Cunha · 15 years ago
  58. 725938f Tidy up keys: use an enum for the key codes, and remove the macros which just by Nicholas Marriott · 15 years ago
  59. 545893d Sync OpenBSD patchset 142: by Tiago Cunha · 15 years ago
  60. 6036bdd Improved layout code. by Nicholas Marriott · 15 years ago
  61. 4192449 Remove a duplicate key binding, and turn off autorepeat for up/down as it is by Nicholas Marriott · 15 years ago
  62. 6f5150a - New command display-message (alias display) to display a message in the by Nicholas Marriott · 15 years ago
  63. ae7dda1 - New command display-message (alias display) to display a message in the by Tiago Cunha · 15 years ago
  64. 1938c99 Remove a duplicate key binding, and turn off autorepeat for up/down as it is by Nicholas Marriott · 15 years ago
  65. 222b8e6 Make status_message_set a variadic printf-like function. No functional change - by Nicholas Marriott · 15 years ago
  66. 92da443 Make status_message_set a variadic printf-like function. No functional change - by Nicholas Marriott · 15 years ago
  67. 5ef5bd7 Add a "back to indentation" key in copy mode to move the cursor to the first by Nicholas Marriott · 15 years ago
  68. 9e49ec6 Creating a key binding which replaces itself (such as "bind x bind x lsw") by Nicholas Marriott · 15 years ago
  69. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
  70. 1001902 select-layout command and some key bindings. by Nicholas Marriott · 15 years ago
  71. 88daeb5 Bye-bye META. by Nicholas Marriott · 15 years ago
  72. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 15 years ago
  73. 4a74349 static const. by Nicholas Marriott · 15 years ago
  74. cdf472f Merge resize-pane-{up,down} into resize-pane. by Nicholas Marriott · 15 years ago
  75. 058772e - confirm-before command. by Tiago Cunha · 15 years ago
  76. 325d43e rotate-window command. by Nicholas Marriott · 16 years ago
  77. 8216f7b swap-pane command. by Nicholas Marriott · 16 years ago
  78. b6450b1 Basic horizontal splitting and layout management. Still some redraw and other by Nicholas Marriott · 16 years ago
  79. cb2ac5c Key repeating is now a property of the key binding not of the command. Repeat by Nicholas Marriott · 16 years ago
  80. 56f80a5 break-pane command to split a pane off into a new window; bound to ! by default. by Nicholas Marriott · 16 years ago
  81. 47e6b27 Reset mode before adding text. by Nicholas Marriott · 16 years ago
  82. 0450b4a Move status prompt/message init and teardown into status.c. by Nicholas Marriott · 16 years ago
  83. 0127137 move-window bound to ., from joshe. by Nicholas Marriott · 16 years ago
  84. 2af5244 -u to start with screen scrolled up. by Nicholas Marriott · 16 years ago
  85. d1a5fde -a flags to next/previous window. by Nicholas Marriott · 16 years ago
  86. 3efd1f5 find-window command. by Nicholas Marriott · 16 years ago
  87. a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 16 years ago
  88. 8ea4971 suspend-client command and suspend client when ^Z key binding is used. by Nicholas Marriott · 16 years ago
  89. d582017 Actually remove the key binding from the tree when freeing it. by Nicholas Marriott · 16 years ago
  90. 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
  91. 145b268 Whoops, stray line. by Nicholas Marriott · 16 years ago
  92. 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
  93. 0a99ba0 Alt-up/down to resize by five lines. by Nicholas Marriott · 16 years ago
  94. d1eb153 switch-pane is now select-pane. by Nicholas Marriott · 16 years ago
  95. 3f51dcd up-pane and down-pane commands. by Nicholas Marriott · 16 years ago
  96. b4ac8c1 Multiple window splitting. by Nicholas Marriott · 16 years ago
  97. 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
  98. c35a50b Commands to resize panes; also a pane generic cmd, not used yet. by Nicholas Marriott · 16 years ago
  99. 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
  100. 88ab74a Clock mode. by Nicholas Marriott · 16 years ago