1. 1df427b Sync OpenBSD patchset 829: by Tiago Cunha · 14 years ago
  2. 5fcd671 Track the last session for a client and add a flag to switch-client and by Nicholas Marriott · 14 years ago
  3. cd079e8 Sync OpenBSD patchset 780: by Tiago Cunha · 14 years ago
  4. 89c07de Sync OpenBSD patchset 759: by Tiago Cunha · 14 years ago
  5. 03c1c1c Sync OpenBSD patchset 727: by Tiago Cunha · 14 years ago
  6. bf1e237 Sync OpenBSD patchset 726: by Tiago Cunha · 14 years ago
  7. 9900e28 Sync OpenBSD patchset 697: by Tiago Cunha · 14 years ago
  8. 701b5bd Sync OpenBSD patchset 688: by Tiago Cunha · 14 years ago
  9. 2d74ce1 Merge output (more) and copy modes into one single mode (called copy). by Micah Cowan · 15 years ago
  10. aa8f901 Support up, down, left, right movement through panes with -UDLR flags to by Nicholas Marriott · 15 years ago
  11. c6ba781 Sync OpenBSD patchset 639: by Tiago Cunha · 15 years ago
  12. dcdd2fb Sync OpenBSD patchset 585: by Tiago Cunha · 15 years ago
  13. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  14. acc331c Sync OpenBSD patchset 546: by Tiago Cunha · 15 years ago
  15. 0986001 Sync OpenBSD patchset 533: by Tiago Cunha · 15 years ago
  16. f881502 Sync OpenBSD patchset 362: by Tiago Cunha · 15 years ago
  17. ed3535d Sync OpenBSD patchset 302: by Tiago Cunha · 15 years ago
  18. 8fd77cb Sync OpenBSD patchset 294: by Tiago Cunha · 15 years ago
  19. 2e2e762 Sync OpenBSD patchset 289: by Tiago Cunha · 15 years ago
  20. 28cf7dc Sync OpenBSD patchset 175: by Tiago Cunha · 15 years ago
  21. a734488 Sync OpenBSD patchset 151: by Tiago Cunha · 15 years ago
  22. 545893d Sync OpenBSD patchset 142: by Tiago Cunha · 15 years ago
  23. 4192449 Remove a duplicate key binding, and turn off autorepeat for up/down as it is by Nicholas Marriott · 15 years ago
  24. ae7dda1 - New command display-message (alias display) to display a message in the by Tiago Cunha · 15 years ago
  25. 222b8e6 Make status_message_set a variadic printf-like function. No functional change - by Nicholas Marriott · 15 years ago
  26. 5ef5bd7 Add a "back to indentation" key in copy mode to move the cursor to the first by Nicholas Marriott · 15 years ago
  27. 1001902 select-layout command and some key bindings. by Nicholas Marriott · 15 years ago
  28. 88daeb5 Bye-bye META. by Nicholas Marriott · 15 years ago
  29. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 15 years ago
  30. 4a74349 static const. by Nicholas Marriott · 15 years ago
  31. cdf472f Merge resize-pane-{up,down} into resize-pane. by Nicholas Marriott · 15 years ago
  32. 058772e - confirm-before command. by Tiago Cunha · 15 years ago
  33. 325d43e rotate-window command. by Nicholas Marriott · 16 years ago
  34. 8216f7b swap-pane command. by Nicholas Marriott · 16 years ago
  35. b6450b1 Basic horizontal splitting and layout management. Still some redraw and other by Nicholas Marriott · 16 years ago
  36. cb2ac5c Key repeating is now a property of the key binding not of the command. Repeat by Nicholas Marriott · 16 years ago
  37. 56f80a5 break-pane command to split a pane off into a new window; bound to ! by default. by Nicholas Marriott · 16 years ago
  38. 47e6b27 Reset mode before adding text. by Nicholas Marriott · 16 years ago
  39. 0450b4a Move status prompt/message init and teardown into status.c. by Nicholas Marriott · 16 years ago
  40. 0127137 move-window bound to ., from joshe. by Nicholas Marriott · 16 years ago
  41. 2af5244 -u to start with screen scrolled up. by Nicholas Marriott · 16 years ago
  42. d1a5fde -a flags to next/previous window. by Nicholas Marriott · 16 years ago
  43. 3efd1f5 find-window command. by Nicholas Marriott · 16 years ago
  44. a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 16 years ago
  45. 8ea4971 suspend-client command and suspend client when ^Z key binding is used. by Nicholas Marriott · 16 years ago
  46. d582017 Actually remove the key binding from the tree when freeing it. by Nicholas Marriott · 16 years ago
  47. 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
  48. 145b268 Whoops, stray line. 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. 0a99ba0 Alt-up/down to resize by five lines. by Nicholas Marriott · 16 years ago
  51. d1eb153 switch-pane is now select-pane. by Nicholas Marriott · 16 years ago
  52. 3f51dcd up-pane and down-pane commands. by Nicholas Marriott · 16 years ago
  53. b4ac8c1 Multiple window splitting. 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. c35a50b Commands to resize panes; also a pane generic cmd, not used yet. by Nicholas Marriott · 16 years ago
  56. 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
  57. 88ab74a Clock mode. by Nicholas Marriott · 16 years ago
  58. 4846ad1 Introduce nitems() and use it; use bsearch. by Nicholas Marriott · 16 years ago
  59. 7fef12b Whoops, add keys in the right place in the tree. by Nicholas Marriott · 16 years ago
  60. ca1ee21 Switch to splay tree for key bindings. by Nicholas Marriott · 16 years ago
  61. da6e334 Another duplicate. by Nicholas Marriott · 16 years ago
  62. b877897 Oops, forgot to commit move-window. Also add select-prompt to allow index to be typed. by Nicholas Marriott · 16 years ago
  63. eb5638f Only lowercase key bindings. by Nicholas Marriott · 16 years ago
  64. 2bd92e5 Lose unnecessary flags on context. by Nicholas Marriott · 16 years ago
  65. 4e4f71f Swap in new paste buffer code and add a couple more commands. by Nicholas Marriott · 16 years ago
  66. be0cf3b Add ; too. by Nicholas Marriott · 16 years ago
  67. 74d8f0b Command prompt for interactive commands. by Nicholas Marriott · 16 years ago
  68. 55d5b83 Informational messages on window option changes. by Nicholas Marriott · 16 years ago
  69. 4c16648 Memory leak/missing init. by Nicholas Marriott · 16 years ago
  70. 642c0b0 Easy bits of arg printing for list-keys. by Nicholas Marriott · 16 years ago
  71. f91e7bf If no command is specified, assume new-session. by Nicholas Marriott · 16 years ago
  72. f97db61 Clear msgdata where it is unavailable. by Nicholas Marriott · 16 years ago
  73. c7243b7 Move -s and -c down a level so handling them is the responsibility of the command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before. by Nicholas Marriott · 16 years ago
  74. 9a37eb4 Bug fix; don't bail except on first line when printing. by Nicholas Marriott · 17 years ago
  75. 7dc18f6 set/reset mode window functions. by Nicholas Marriott · 17 years ago
  76. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  77. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  78. 8da0b1f Mostly-complete copy and paste. by Nicholas Marriott · 17 years ago
  79. 18d72e6 Partial copy mode. Currently does the same as scroll mode but using a cursor. Also fix bug where resizing would leave crap lying around. by Nicholas Marriott · 17 years ago
  80. acb3661 Scrollable win for command output. by Nicholas Marriott · 17 years ago
  81. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
  82. ceab127 Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from display size (now dx,dy). Move functions which work on the displayed area into screen-display.c and tidy. Use macros consistently when accessing screen data (may want to move everything about again later!). This the first step on the road to scrollback. by Nicholas Marriott · 17 years ago
  83. c0572ea Fix a format string bug and sprinkle some printflikes. by Nicholas Marriott · 17 years ago
  84. 54d01c1 Two-column display for on-line print. by Nicholas Marriott · 17 years ago
  85. 6859306 Ooops use ->client here, not cmdclient. by Nicholas Marriott · 17 years ago
  86. b359f9b Add -c option to specify client, and move detach/refresh to client rather than session. by Nicholas Marriott · 17 years ago
  87. 4ba3cf6 Reorg window data structures. Add an intermediate data type (struct winlink) to hold index and make sessions hold a RB tree of them rather than a fixed array. by Nicholas Marriott · 17 years ago
  88. 21c17da Remove freed keys from array. by Nicholas Marriott · 17 years ago
  89. 1b96476 Kill window command. Nuke some backspace stuff. by Nicholas Marriott · 17 years ago
  90. 94f003b Refresh session command. by Nicholas Marriott · 17 years ago
  91. f3404ee send-prefix command. by Nicholas Marriott · 17 years ago
  92. 11bc0ee Whoops, FREE not FREEALL. by Nicholas Marriott · 17 years ago
  93. ff56ed7 Nuke ?. by Nicholas Marriott · 17 years ago
  94. 225e07f Select window command. by Nicholas Marriott · 17 years ago
  95. 292ad55 List keys command. by Nicholas Marriott · 17 years ago
  96. 8158159 Next/last/previous window, some other tweaks. by Nicholas Marriott · 17 years ago
  97. 7ba01f6 New window command. by Nicholas Marriott · 17 years ago
  98. df716ec Rewrite command handling to be more generic. Not finished! by Nicholas Marriott · 17 years ago