1. f797ac9 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  2. d83f356 Add #define for the pane status line option position numbers. by nicm · 5 years ago
  3. 4a44ae0 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  4. f8ad72b Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  5. fc1df91 allow-rename and alternate-screen can be pane options. by nicm · 5 years ago
  6. 5f92f92 Add a per-pane option set. Pane options inherit from window options (so by nicm · 5 years ago
  7. 103e44d Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  8. e90d4a6 Add formats for word and line under the mouse and use them to add some by nicm · 5 years ago
  9. 5489796 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  10. dfb7bb6 Merge hooks into options and make each one an array option. This allows by nicm · 5 years ago
  11. c869366 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  12. 772b3b7 Indicate an array option with a flag rather than a special type so that by nicm · 5 years ago
  13. fbe488e Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  14. bb629f3 Current window style also needs to be tested for default. by nicm · 6 years ago
  15. c9ef144 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  16. 09f71ed Silence flag should use the same option as activity, reported by Thomas Sattler. by nicm · 6 years ago
  17. 46f642b Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  18. 8b74e95 Include window-status-style and window-status-current style in the format. by nicm · 6 years ago
  19. 073d439 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  20. f34ebfe The individual -fg, -bg and -attr options have been deprecated (in by nicm · 6 years ago
  21. 962f255 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  22. 9793138 Extend the #[] style syntax and use that together with previous format by nicm · 6 years ago
  23. e771f10 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  24. fc41bf4 Add a "terminal" colour which can be used instead of "default" in style by nicm · 6 years ago
  25. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  26. ebaf542 Add formats for when window is larger than client, and show offset in by Nicholas Marriott · 6 years ago
  27. 641191a Support for windows larger than the client. by Nicholas Marriott · 6 years ago
  28. d24bd73 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  29. d9d2f84 Add KRB5CCNAME to update-environment. by nicm · 6 years ago
  30. c2aa404 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  31. 623f4b1 Add exit-empty option to exit server if no sessions (defaults to on). by nicm · 7 years ago
  32. 0072bc6 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  33. 578a63b Default allow-rename to off because it is ridiculous that applications by nicm · 7 years ago
  34. 07a1369 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  35. 8daa1d5 Add monitor-bell window option to match the activity and silence by nicm · 7 years ago
  36. 2103a09 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  37. c1ec28a Rename BELL_* values to ALERT_* now they are used by more than bells, by nicm · 7 years ago
  38. 58744de Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  39. 76887b1 Make bell, activity and silence alerting more consistent: by nicm · 7 years ago
  40. 6995497 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  41. 95ed7d4 Add user-keys option to allow user-defined keys to be set, from Dan Aloni. by nicm · 7 years ago
  42. 757eb06 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  43. 3442066 Make set-clipboard a three-state option so tmux itself can ignore the by nicm · 7 years ago
  44. f17ecaa Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  45. aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
  46. 0d07390 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  47. b95e582 Store a copy of the old status line, will be needed soon for new choose mode. by nicm · 7 years ago
  48. 418ab1a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  49. 4b2821f Make update-environment an array as well. by nicm · 8 years ago
  50. b77dd75 Convert terminal-overrides to an array option. by nicm · 8 years ago
  51. 126d364 server-info can become an alias rather than a command. by nicm · 8 years ago
  52. ef15b41 Revert WIP parts of previous I didn't mean to commit yet. by nicm · 8 years ago
  53. 68db958 getopt() has a struct option so just return to using options_entry. by nicm · 8 years ago
  54. c9fcb76 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  55. 2b0bc9f Major tidy up and rework of options tree and set-option/show-options by nicm · 8 years ago
  56. 404214b Remove unused quiet option. by nicm · 8 years ago
  57. d4cb178 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  58. 24cba59 Simplify appending to string options. by nicm · 8 years ago
  59. 0d19d78 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  60. 458b6eb Some tidying and tweaks to options code. by nicm · 8 years ago
  61. f5c5847 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  62. 1015b12 Change the xterm-keys option to default to on, so that tmux will by nicm · 8 years ago
  63. a7ce193 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  64. 7a1a01f Remove the set-remain-on-exit option, it was always a hack and can now by nicm · 8 years ago
  65. 4740ecb Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  66. 1b31d14 Remove some dead code in cmd-move-window.c and make a load of local by nicm · 8 years ago
  67. f4648c1 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  68. 9f04578 Fix up a couple of long lines. by nicm · 8 years ago
  69. 55d472a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  70. 0509be0 Add option to include status text in the pane borders. If by nicm · 8 years ago
  71. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  72. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  73. 845a664 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  74. 5ed17e8 Add key-table option to set the default key table for a session, allows by nicm · 9 years ago
  75. 534f9e3 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  76. b32ce34 Don't allow options in table without scope set. by nicm · 9 years ago
  77. d63de1e Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  78. 4fcc02e If display-time is set to 0, show status messages until a key is pressed; by tim · 9 years ago
  79. 78a00c8 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  80. fce56c5 Instead of separate tables for different types of options, give each by nicm · 9 years ago
  81. 5f48349 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  82. 1b86f52 Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 by nicm · 9 years ago
  83. 333da3b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  84. 7062b0e Default history-file should be "" not NULL, from Greg Onufe. by nicm · 9 years ago
  85. f2e4aa8 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  86. 00c34df Drop mouse-utf8 option and always turn on UTF-8 mouse if the client says by nicm · 9 years ago
  87. 7120ab2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  88. 695a591 Adding colors=256 to *256color* was always pretty stupid and now it by nicm · 9 years ago
  89. 84eabb2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  90. 675def0 Remove the lock-server option which is a bit redundant, it isn't that by nicm · 9 years ago
  91. 18a64ad Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  92. 92af376 Add an option (history-file) for a file to save/restore command prompt by nicm · 9 years ago
  93. 00471dc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  94. ec34439 Add a session_alerts format which is a list of all the alerts in the by nicm · 9 years ago
  95. e958db0 Add bell-action "other" to pass through bells in all windows except the by nicm · 9 years ago
  96. b833fab Left the c0-* options behind in the table. by nicm · 9 years ago
  97. f10d367 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  98. 31b1ab4 Add a format window_linked which is 1 if a window has been linked by nicm · 9 years ago
  99. c0cf484 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  100. 7382ba8 If default-terminal is set to "screen" or "screen-*", emulate screen's by nicm · 9 years ago