1. 5e6a817 Cache status line position to reduce option lookups during output. by nicm · 8 years ago
  2. 776ce8a Clear option before adding to array if no -a, reported by Michael Nickerson. by nicm · 8 years ago
  3. ffc28a7 Fix set -u on array options. by nicm · 8 years ago
  4. 61fce27 If given an array option without an index either show or set all items, by nicm · 8 years ago
  5. 68db958 getopt() has a struct option so just return to using options_entry. by nicm · 8 years ago
  6. 3054846 -q flag now needs to be checked in a couple more places. by nicm · 8 years ago
  7. 2b0bc9f Major tidy up and rework of options tree and set-option/show-options by nicm · 8 years ago
  8. 24cba59 Simplify appending to string options. by nicm · 8 years ago
  9. 458b6eb Some tidying and tweaks to options code. by nicm · 8 years ago
  10. f947d25 Do not try to set the CHANGED flag on windows with no active pane, fixes by nicm · 8 years ago
  11. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  12. ed97126 Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling. by nicm · 8 years ago
  13. a81685b Add static in cmd-* and fix a few other nits. by nicm · 8 years ago
  14. 48dd250 Handle NULL window or session for user options. by nicm · 8 years ago
  15. 69e9806 Support set -a (append) with user options, suggested by Xandor Schiefer. by nicm · 8 years ago
  16. 1921fac Cache the window styles and do not look up the window-style options by nicm · 8 years ago
  17. 0509be0 Add option to include status text in the pane borders. If by nicm · 8 years ago
  18. df0983a show-* and set-* need to handle a missing target. by nicm · 9 years ago
  19. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  20. a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
  21. ecfeee2 Use member names in cmd_entry definitions so I stop getting confused by nicm · 9 years ago
  22. 4a4daf1 Instead of every command resolving the target (-t or -s) itself, prepare by nicm · 9 years ago
  23. 5ed17e8 Add key-table option to set the default key table for a session, allows by nicm · 9 years ago
  24. 39cf9c9 Allow prefix and prefix2 to be set to None to disable (useful if you by nicm · 9 years ago
  25. fce56c5 Instead of separate tables for different types of options, give each by nicm · 9 years ago
  26. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  27. 69e0b83 Support UTF-8 key bindings by expanding the key type from int to by nicm · 9 years ago
  28. 44657bf Move struct options into options.c. by nicm · 9 years ago
  29. 16ee4de Remove some extra blank lines. by nicm · 9 years ago
  30. b5aaefc Move alerts onto events rather than checking every loop. by nicm · 9 years ago
  31. b7861f3 Better take on reducing the name timer. Again check for name changes in by nicm · 9 years ago
  32. 55b8d74 Revert previous; we do need a timer, until I have a better idea. We by nicm · 9 years ago
  33. e2100c5 We now only checking for name changes when the active pane has changed, by nicm · 9 years ago
  34. f6a0f87 Per-session timers for locking, and remove the global one-second timer. by nicm · 9 years ago
  35. 75d1005 Run status update on a per-client timer at status-interval. by nicm · 9 years ago
  36. d33adc4 Make -q suppress ambiguous option warnings too, from Cam Hutchison. by nicm · 9 years ago
  37. 4a6c06d Make unsetting a global option restore it to the default. Diff lying by nicm · 9 years ago
  38. aeedb46 Convert clients list into a TAILQ. by nicm · 9 years ago
  39. 5a2d053 Allow choice options (multiple states) to be toggled between states 0 and 1. by nicm · 9 years ago
  40. 8d66f4f Change the windows array into an RB tree and fix some places where we by nicm · 9 years ago
  41. 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
  42. 4e956d5 Various minor style and spacing nits. by nicm · 10 years ago
  43. a5d4b7f Some more long lines. by nicm · 11 years ago
  44. 2740490 Remove the "info" message mechanism, this was only used for about five by nicm · 11 years ago
  45. 877bdb4 Extend the -q flag to set-option to suppress errors about unknown by nicm · 11 years ago
  46. 1e981f4 Don't crash when given a invalid colour, reported by Felix Rosencrantz, by nicm · 11 years ago
  47. f835be4 Style nit - no space between function name and bracket. by nicm · 11 years ago
  48. 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
  49. d45c12b Remove the barely-used and unnecessary command check() function. by nicm · 11 years ago
  50. a96a8a1 Clarify error messages when setting options, from Thomas Adam. by Nicholas Marriott · 11 years ago
  51. a05b8c4 Add a -o option to set-option to prevent setting an option already set, by Nicholas Marriott · 12 years ago
  52. 0c0953f Add user options, prefixed with @. May be set to any arbitrary string. by Nicholas Marriott · 12 years ago
  53. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  54. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  55. 631d6b5 Do not fire name timer when automatic-rename is off, from Tim Ruehsen a by Nicholas Marriott · 13 years ago
  56. f152379 Add -q option to set-option to turn off info message, from marcel partap. by Nicholas Marriott · 13 years ago
  57. 4e7de21 Allow a single option to be specified to show-options to show just that option. by Nicholas Marriott · 13 years ago
  58. 535286c Drop the ability to have a list of keys in the prefix in favour of two by Nicholas Marriott · 13 years ago
  59. 5d519ba Add a flag to cmd_find_session so that attach-session can prefer by Nicholas Marriott · 14 years ago
  60. f7e9aed For convenience, work out what type of option is being set by name by Nicholas Marriott · 14 years ago
  61. beb6db9 Checking for particular options and redrawing is not necessary as we by Nicholas Marriott · 14 years ago
  62. 25d551e Update an out-of-date and inaccurate comment. by Nicholas Marriott · 14 years ago
  63. db7a89b Simplify the way jobs work and drop the persist type, so all jobs are by Nicholas Marriott · 14 years ago
  64. 96c37fa Now that parsing is common, merge some of the small, related commands by Nicholas Marriott · 14 years ago
  65. 55346b0 argc will be 1 not 2 with no option value. by Nicholas Marriott · 14 years ago
  66. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  67. 3e81240 Move the user-visible parts of all options (names, types, limit, default by Nicholas Marriott · 14 years ago
  68. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  69. c198664 Add other-pane-height and other-pane-width options, allowing the width by Nicholas Marriott · 14 years ago
  70. e26a351 Add an option to alert (monitor) for silence (lack of activity) in a by Nicholas Marriott · 14 years ago
  71. 9a7cde0 Two new options: by Nicholas Marriott · 14 years ago
  72. 5309252 Reset running jobs when the status line is enabled or disabled as well, by Nicholas Marriott · 14 years ago
  73. 26524c9 New option, detach-on-destroy, to set what happens to a client when the session by Nicholas Marriott · 14 years ago
  74. d911279 Colour+attribute options for status line alerts, from Alex Alexander. by Nicholas Marriott · 14 years ago
  75. 6767072 Option to set the characters considered word separators in copy mode, from by Nicholas Marriott · 15 years ago
  76. 11dedde Add an option to disable the smcup/rmcup alternate screen behaviour inside by Nicholas Marriott · 15 years ago
  77. 604b02c Option to display the active pane in a different colour with the display-panes by Nicholas Marriott · 15 years ago
  78. 7e4f8b4 Options to set the colour of the pane borders, with different colours for the by Nicholas Marriott · 15 years ago
  79. 30962cb New server option, escape-time, to set the timeout used to detect if escapes by Nicholas Marriott · 15 years ago
  80. 3f58cba Use quiet variable, and add missing sentinel to options array. by Nicholas Marriott · 15 years ago
  81. a4c9a80 Add "server options" which are server-wide and not bound to a session or by Nicholas Marriott · 15 years ago
  82. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  83. 6c98626 Eliminate duplicate code and ease the passage for server-wide options by adding by Nicholas Marriott · 15 years ago
  84. 8db145d Add a per-client log of status line messages displayed while that client by Nicholas Marriott · 15 years ago
  85. 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
  86. 2f813ef Add a flag for jobs that shouldn't be freed after they've died and use it for by Nicholas Marriott · 15 years ago
  87. 6bca92d Rather than running status-left, status-right and window title #() with popen by Nicholas Marriott · 15 years ago
  88. 4658c06 New option, mouse-select-pane. If on, the mouse may be used to select the by Nicholas Marriott · 15 years ago
  89. b7d031c Support for individual session idle time locking. May be enabled by turning off by Nicholas Marriott · 15 years ago
  90. b01dcd7 Remove the internal tmux locking and instead detach each client and run the by Nicholas Marriott · 15 years ago
  91. 96dd3e8 Permit multiple prefix keys to be defined, separated by commas, for example: by Nicholas Marriott · 15 years ago
  92. 63d499f New option, set-titles-string, to allow the window title to be specified (as by Nicholas Marriott · 15 years ago
  93. 7d5e494 When using tmux as a login shell, there is currently no way to specify a shell by Nicholas Marriott · 15 years ago
  94. 0431996 Add a new display-panes command, with two options (display-panes-colour and by Nicholas Marriott · 15 years ago
  95. 3ad4de6 Add a base-index session option to specify the first index checked when looking by Nicholas Marriott · 15 years ago
  96. 60db6e3 Add flags for 1+2 and 2 arguments to the generic target code, use it for by Nicholas Marriott · 15 years ago
  97. 6491274 Infrastructure and commands to manage the environment for processes started by Nicholas Marriott · 15 years ago
  98. 90f8151 Options to set the colours and attributes for status-left/-right. From Thomas by Nicholas Marriott · 15 years ago
  99. 12ef3ce Add a -a flag to set-option and set-window-option to append to an existing by Nicholas Marriott · 15 years ago
  100. 1673735 Add a terminal-overrides session option allowing individual terminfo(5) entries by Nicholas Marriott · 15 years ago