1. 00471dc Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  2. ec34439 Add a session_alerts format which is a list of all the alerts in the by nicm · 10 years ago
  3. e958db0 Add bell-action "other" to pass through bells in all windows except the by nicm · 10 years ago
  4. b833fab Left the c0-* options behind in the table. by nicm · 10 years ago
  5. f10d367 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  6. 31b1ab4 Add a format window_linked which is 1 if a window has been linked by nicm · 10 years ago
  7. c0cf484 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  8. 7382ba8 If default-terminal is set to "screen" or "screen-*", emulate screen's by nicm · 10 years ago
  9. b25dc42 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  10. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  11. ee123c2 Support setting the default window and pane background colours (window by nicm · 10 years ago
  12. 833fe5b Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  13. 83a8e1f Move pane border options to window options rather than session, from Marc Finet. by nicm · 10 years ago
  14. c38f0d8 In options-table.c r1.51 an extra space was added to the default status-right, by sthen · 10 years ago
  15. fc05bf2 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  16. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  17. d24c9d7 Do not put a space between status-left/status-right and the window list, by nicm · 10 years ago
  18. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  19. c3b2e5e Wrap some long lines. by nicm · 11 years ago
  20. bce9527 Remove some unnecessary includes and fix a typo. by nicm · 11 years ago
  21. 2740490 Remove the "info" message mechanism, this was only used for about five by nicm · 11 years ago
  22. 992ef70 Remove the monitor-content option and associated bits and bobs. It's by nicm · 11 years ago
  23. 0c99c7d Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  24. dca7d1c Make message-limit a server option. by nicm · 11 years ago
  25. 683ca27 Make message-limit a server option. by Nicholas Marriott · 11 years ago
  26. f182892 Change terminal-overrides to a server option (now that we have them), it by nicm · 11 years ago
  27. d50e47f Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  28. 62e0ed5 Fix missing argument, stupid last minute changes... by nicm · 11 years ago
  29. 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
  30. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  31. fd1750a Add automatic-rename-format option allowing automatic rename to use by nicm · 11 years ago
  32. 40811eb Add length limit operator for formats. by nicm · 11 years ago
  33. 4538c26 Alter how tmux handles the working directory to internally use file descriptors by Nicholas Marriott · 11 years ago
  34. 7c71c3e Change the default for the default-path option to ~. This is a quick by nicm · 11 years ago
  35. 23519fc Add automatic-rename-format option allowing automatic rename to use something by Nicholas Marriott · 11 years ago
  36. 84c22d0 Add length limit operator for formats. by Nicholas Marriott · 11 years ago
  37. c7a121c Focus events can cause trouble if left on and they can't be turned off by Nicholas Marriott · 11 years ago
  38. 3977dba Focus events can cause trouble if left on and they can't be turned off by Nicholas Marriott · 11 years ago
  39. 06b5805 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  40. 13441e8 The actual terminfo entries we ended up with for cursor changes are Cs, by Nicholas Marriott · 11 years ago
  41. b58bca9 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  42. 9823547 Remove tmux's (already minimal) 88 colour support. Such terminals are by Nicholas Marriott · 12 years ago
  43. 00af2df Merge branch 'obsd-master' by Thomas · 12 years ago
  44. e44bd9f Revert the command-prefix change which breaks sequences of commands. by Nicholas Marriott · 12 years ago
  45. 8094e82 Add option command-prefix which is automatically prepended to any by Nicholas Marriott · 12 years ago
  46. 69fe5ca Add -v to set and setw to show only option value. by Nicholas Marriott · 12 years ago
  47. 31407b7 Add option command-prefix which is automatically prepended to any command by Nicholas Marriott · 12 years ago
  48. 102cb77 Add -v to set and setw to show only option value. by Nicholas Marriott · 12 years ago
  49. de19401 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  50. e33ba57 Remove the layout undo/redo code which never really worked. by Nicholas Marriott · 12 years ago
  51. bc2e4a3 If timing between keys is less than (by default) 1 millisecond, assume by Nicholas Marriott · 12 years ago
  52. 39631ed Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  53. 9322426 Add window-status-last-* options, from Boris Faure. by Nicholas Marriott · 12 years ago
  54. b728970 Sync OpenBSD patchset 1104: by Tiago Cunha · 13 years ago
  55. a6c22d6 Add a flag to move-window to renumber the windows in a session (closing by Nicholas Marriott · 13 years ago
  56. 6df8953 Sync OpenBSD patchset 1097: by Tiago Cunha · 13 years ago
  57. e02d1bc Add window-status-separator option, from Thomas Adam. by Nicholas Marriott · 13 years ago
  58. f99de22 Sync OpenBSD patchset 1084: by Tiago Cunha · 13 years ago
  59. 85f5485 Add a layout history which can be stepped through with select-layout -u by Nicholas Marriott · 13 years ago
  60. 8ff20a5 Sync OpenBSD patchset 1073: by Tiago Cunha · 13 years ago
  61. f9f6eea Sync OpenBSD patchset 1072: by Tiago Cunha · 13 years ago
  62. 01f2b5d 50 is a too low trigger default on larger terminals, bump to 250. by Nicholas Marriott · 13 years ago
  63. f599712 Add a simple form of output rate limiting by counting the number of by Nicholas Marriott · 13 years ago
  64. e4eb43e Sync OpenBSD patchset 1066: by Tiago Cunha · 13 years ago
  65. 95f48a2 Add a wrap-search option to turn off wrapping of searches in copy by Nicholas Marriott · 13 years ago
  66. 95f427c Sync OpenBSD patchset 1032: by Tiago Cunha · 13 years ago
  67. 952ffdd Remove accidentally committed option. by Nicholas Marriott · 13 years ago
  68. 4e7de21 Allow a single option to be specified to show-options to show just that option. by Nicholas Marriott · 13 years ago
  69. 88f25bb Sync OpenBSD patchset 1030: by Tiago Cunha · 13 years ago
  70. fe055c8 Sort some entries, from Ben Boeckel. by Nicholas Marriott · 13 years ago
  71. e4a7cef Sync OpenBSD patchset 1015: by Tiago Cunha · 13 years ago
  72. 230d0fb Add an option to move the status line to the top of the screen, by Nicholas Marriott · 13 years ago
  73. a7b0b30 Sync OpenBSD patchset 1007: by Tiago Cunha · 13 years ago
  74. 535286c Drop the ability to have a list of keys in the prefix in favour of two by Nicholas Marriott · 13 years ago
  75. b7551c9 Sync OpenBSD patchset 1001: by Tiago Cunha · 13 years ago
  76. d9eb34b Sync OpenBSD patchset 999: by Tiago Cunha · 13 years ago
  77. 8cf19ab Add some trivial additional status line attributes from jwcxz at users by Nicholas Marriott · 13 years ago
  78. dcad131 Add an option to disable the window rename escape sequence, from Romain by Nicholas Marriott · 13 years ago
  79. 9c92021 Sync OpenBSD patchset 981: by Tiago Cunha · 13 years ago
  80. fd25d35 Move word-separators to be a session rather than window option, from Ben by Nicholas Marriott · 13 years ago
  81. 21128fe Sync OpenBSD patchset 976: by Tiago Cunha · 13 years ago
  82. e5bf63c Option to change status line (message) background when using vi keys and by Nicholas Marriott · 13 years ago
  83. 0cbab89 Sync OpenBSD patchset 974: by Tiago Cunha · 13 years ago
  84. b2ee98b Add screen*:XT to terminal-overrides for tmux-in-tmux, from Romain Francoise. by Nicholas Marriott · 13 years ago
  85. d390a90 Sync OpenBSD patchset 950: by Tiago Cunha · 13 years ago
  86. f01b719 Add pane-base-index option, from Ben Barbour. by Nicholas Marriott · 13 years ago
  87. 3ce1b91 Sync OpenBSD patchset 941: by Tiago Cunha · 13 years ago
  88. cc5bcbf Extend the mode-mouse option to add a third choice which means the mouse by Nicholas Marriott · 13 years ago
  89. 8144e5c Sync OpenBSD patchset 929: by Tiago Cunha · 13 years ago
  90. f12158b Add an option to trigger the terminal bell when there is an alert, from by Nicholas Marriott · 13 years ago
  91. b2f301f Sync OpenBSD patchset 916: by Tiago Cunha · 14 years ago
  92. 7197555 Sync OpenBSD patchset 915: by Tiago Cunha · 14 years ago
  93. 89f3512 Sync OpenBSD patchset 914: by Tiago Cunha · 14 years ago
  94. 3ea5e06 Support DECSCUSR sequence to set the cursor style with two new by Nicholas Marriott · 14 years ago
  95. 944b5e6 Support xterm(1) cursor colour change sequences through terminfo(5) Cc by Nicholas Marriott · 14 years ago
  96. 4efd456 Sync OpenBSD patchset 905: by Tiago Cunha · 14 years ago
  97. 4fcbf4b Sync OpenBSD patchset 904: by Tiago Cunha · 14 years ago
  98. 96e7f33 Support setting the xterm clipboard when copying from copy mode using by Nicholas Marriott · 14 years ago
  99. f3741f0 Add a new option, mouse-resize-pane. When on, panes may be resized by by Nicholas Marriott · 14 years ago
  100. 295ace6 Use the tsl and fsl terminfo(5) capabilities to update terminal title by Nicholas Marriott · 14 years ago