1. fa40919 Missing after-kill-pane option. by nicm · 4 years, 12 months ago
  2. 7fb8eec status-left and status-right need push-default also, reported by Eric by nicm · 4 years, 12 months ago
  3. 1f966c4 Change window-size default from smallest to latest. by nicm · 5 years ago
  4. 08b07b1 Add an option to set the key sent by backspace for those whose system by nicm · 5 years ago
  5. 647887b Add a "latest" window-size option which tries to size windows based on by nicm · 5 years ago
  6. 63e07b2 Add push-default and pop-default in styles to change the default colours by nicm · 5 years ago
  7. d83f356 Add #define for the pane status line option position numbers. by nicm · 5 years ago
  8. fc1df91 allow-rename and alternate-screen can be pane options. by nicm · 5 years ago
  9. 5f92f92 Add a per-pane option set. Pane options inherit from window options (so by nicm · 5 years ago
  10. e90d4a6 Add formats for word and line under the mouse and use them to add some by nicm · 5 years ago
  11. dfb7bb6 Merge hooks into options and make each one an array option. This allows by nicm · 6 years ago
  12. 772b3b7 Indicate an array option with a flag rather than a special type so that by nicm · 6 years ago
  13. bb629f3 Current window style also needs to be tested for default. by nicm · 6 years ago
  14. 09f71ed Silence flag should use the same option as activity, reported by Thomas Sattler. by nicm · 6 years ago
  15. 8b74e95 Include window-status-style and window-status-current style in the format. by nicm · 6 years ago
  16. f34ebfe The individual -fg, -bg and -attr options have been deprecated (in by nicm · 6 years ago
  17. 9793138 Extend the #[] style syntax and use that together with previous format by nicm · 6 years ago
  18. fc41bf4 Add a "terminal" colour which can be used instead of "default" in style by nicm · 6 years ago
  19. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  20. d9d2f84 Add KRB5CCNAME to update-environment. by nicm · 7 years ago
  21. 623f4b1 Add exit-empty option to exit server if no sessions (defaults to on). by nicm · 7 years ago
  22. 578a63b Default allow-rename to off because it is ridiculous that applications by nicm · 7 years ago
  23. 8daa1d5 Add monitor-bell window option to match the activity and silence by nicm · 7 years ago
  24. c1ec28a Rename BELL_* values to ALERT_* now they are used by more than bells, by nicm · 7 years ago
  25. 76887b1 Make bell, activity and silence alerting more consistent: by nicm · 7 years ago
  26. 95ed7d4 Add user-keys option to allow user-defined keys to be set, from Dan Aloni. by nicm · 7 years ago
  27. 3442066 Make set-clipboard a three-state option so tmux itself can ignore the by nicm · 7 years ago
  28. aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
  29. b95e582 Store a copy of the old status line, will be needed soon for new choose mode. by nicm · 7 years ago
  30. 4b2821f Make update-environment an array as well. by nicm · 8 years ago
  31. b77dd75 Convert terminal-overrides to an array option. by nicm · 8 years ago
  32. 126d364 server-info can become an alias rather than a command. by nicm · 8 years ago
  33. ef15b41 Revert WIP parts of previous I didn't mean to commit yet. by nicm · 8 years ago
  34. 68db958 getopt() has a struct option so just return to using options_entry. by nicm · 8 years ago
  35. 2b0bc9f Major tidy up and rework of options tree and set-option/show-options by nicm · 8 years ago
  36. 404214b Remove unused quiet option. by nicm · 8 years ago
  37. 24cba59 Simplify appending to string options. by nicm · 8 years ago
  38. 458b6eb Some tidying and tweaks to options code. by nicm · 8 years ago
  39. 1015b12 Change the xterm-keys option to default to on, so that tmux will by nicm · 8 years ago
  40. 7a1a01f Remove the set-remain-on-exit option, it was always a hack and can now by nicm · 8 years ago
  41. 1b31d14 Remove some dead code in cmd-move-window.c and make a load of local by nicm · 8 years ago
  42. 9f04578 Fix up a couple of long lines. by nicm · 9 years ago
  43. 0509be0 Add option to include status text in the pane borders. If by nicm · 9 years ago
  44. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  45. 5ed17e8 Add key-table option to set the default key table for a session, allows by nicm · 9 years ago
  46. b32ce34 Don't allow options in table without scope set. by nicm · 9 years ago
  47. 4fcc02e If display-time is set to 0, show status messages until a key is pressed; by tim · 9 years ago
  48. fce56c5 Instead of separate tables for different types of options, give each by nicm · 9 years ago
  49. 1b86f52 Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 by nicm · 9 years ago
  50. 7062b0e Default history-file should be "" not NULL, from Greg Onufe. by nicm · 9 years ago
  51. 00c34df Drop mouse-utf8 option and always turn on UTF-8 mouse if the client says by nicm · 9 years ago
  52. 695a591 Adding colors=256 to *256color* was always pretty stupid and now it by nicm · 9 years ago
  53. 675def0 Remove the lock-server option which is a bit redundant, it isn't that by nicm · 9 years ago
  54. 92af376 Add an option (history-file) for a file to save/restore command prompt by nicm · 9 years ago
  55. ec34439 Add a session_alerts format which is a list of all the alerts in the by nicm · 10 years ago
  56. e958db0 Add bell-action "other" to pass through bells in all windows except the by nicm · 10 years ago
  57. b833fab Left the c0-* options behind in the table. by nicm · 10 years ago
  58. 31b1ab4 Add a format window_linked which is 1 if a window has been linked by nicm · 10 years ago
  59. 7382ba8 If default-terminal is set to "screen" or "screen-*", emulate screen's by nicm · 10 years ago
  60. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  61. ee123c2 Support setting the default window and pane background colours (window by nicm · 10 years ago
  62. 83a8e1f Move pane border options to window options rather than session, from Marc Finet. by nicm · 10 years ago
  63. c38f0d8 In options-table.c r1.51 an extra space was added to the default status-right, by sthen · 10 years ago
  64. d24c9d7 Do not put a space between status-left/status-right and the window list, by nicm · 10 years ago
  65. c3b2e5e Wrap some long lines. by nicm · 11 years ago
  66. bce9527 Remove some unnecessary includes and fix a typo. by nicm · 11 years ago
  67. 2740490 Remove the "info" message mechanism, this was only used for about five by nicm · 11 years ago
  68. 992ef70 Remove the monitor-content option and associated bits and bobs. It's by nicm · 11 years ago
  69. dca7d1c Make message-limit a server option. by nicm · 11 years ago
  70. f182892 Change terminal-overrides to a server option (now that we have them), it by nicm · 11 years ago
  71. 62e0ed5 Fix missing argument, stupid last minute changes... by nicm · 11 years ago
  72. 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
  73. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  74. fd1750a Add automatic-rename-format option allowing automatic rename to use by nicm · 11 years ago
  75. 40811eb Add length limit operator for formats. by nicm · 11 years ago
  76. 7c71c3e Change the default for the default-path option to ~. This is a quick by nicm · 11 years ago
  77. 3977dba Focus events can cause trouble if left on and they can't be turned off by Nicholas Marriott · 11 years ago
  78. 13441e8 The actual terminfo entries we ended up with for cursor changes are Cs, by Nicholas Marriott · 11 years ago
  79. 9823547 Remove tmux's (already minimal) 88 colour support. Such terminals are by Nicholas Marriott · 12 years ago
  80. e44bd9f Revert the command-prefix change which breaks sequences of commands. by Nicholas Marriott · 12 years ago
  81. 8094e82 Add option command-prefix which is automatically prepended to any by Nicholas Marriott · 12 years ago
  82. 69fe5ca Add -v to set and setw to show only option value. by Nicholas Marriott · 12 years ago
  83. e33ba57 Remove the layout undo/redo code which never really worked. by Nicholas Marriott · 12 years ago
  84. bc2e4a3 If timing between keys is less than (by default) 1 millisecond, assume by Nicholas Marriott · 12 years ago
  85. 9322426 Add window-status-last-* options, from Boris Faure. by Nicholas Marriott · 12 years ago
  86. a6c22d6 Add a flag to move-window to renumber the windows in a session (closing by Nicholas Marriott · 13 years ago
  87. e02d1bc Add window-status-separator option, from Thomas Adam. by Nicholas Marriott · 13 years ago
  88. 85f5485 Add a layout history which can be stepped through with select-layout -u by Nicholas Marriott · 13 years ago
  89. 01f2b5d 50 is a too low trigger default on larger terminals, bump to 250. by Nicholas Marriott · 13 years ago
  90. f599712 Add a simple form of output rate limiting by counting the number of by Nicholas Marriott · 13 years ago
  91. 95f48a2 Add a wrap-search option to turn off wrapping of searches in copy by Nicholas Marriott · 13 years ago
  92. 952ffdd Remove accidentally committed option. by Nicholas Marriott · 13 years ago
  93. 4e7de21 Allow a single option to be specified to show-options to show just that option. by Nicholas Marriott · 13 years ago
  94. fe055c8 Sort some entries, from Ben Boeckel. by Nicholas Marriott · 13 years ago
  95. 230d0fb Add an option to move the status line to the top of the screen, by Nicholas Marriott · 13 years ago
  96. 535286c Drop the ability to have a list of keys in the prefix in favour of two by Nicholas Marriott · 13 years ago
  97. 8cf19ab Add some trivial additional status line attributes from jwcxz at users by Nicholas Marriott · 13 years ago
  98. dcad131 Add an option to disable the window rename escape sequence, from Romain by Nicholas Marriott · 13 years ago
  99. fd25d35 Move word-separators to be a session rather than window option, from Ben by Nicholas Marriott · 13 years ago
  100. e5bf63c Option to change status line (message) background when using vi keys and by Nicholas Marriott · 13 years ago