aboutsummaryrefslogtreecommitdiff
path: root/cmd-set-option.c
Commit message (Expand)AuthorAge
* Simplify the way jobs work and drop the persist type, so all jobs areNicholas Marriott2011-01-26
* Now that parsing is common, merge some of the small, related commandsNicholas Marriott2011-01-04
* argc will be 1 not 2 with no option value.Nicholas Marriott2011-01-04
* Clean up and simplify tmux command argument parsing.Nicholas Marriott2011-01-04
* Move the user-visible parts of all options (names, types, limit, defaultNicholas Marriott2011-01-01
* Change from a per-session stack of buffers to one global stack which isNicholas Marriott2010-12-30
* Add other-pane-height and other-pane-width options, allowing the widthNicholas Marriott2010-12-19
* Add an option to alert (monitor) for silence (lack of activity) in aNicholas Marriott2010-12-06
* Two new options:Nicholas Marriott2010-09-26
* Reset running jobs when the status line is enabled or disabled as well,Nicholas Marriott2010-09-01
* New option, detach-on-destroy, to set what happens to a client when the sessionNicholas Marriott2010-06-27
* Colour+attribute options for status line alerts, from Alex Alexander.Nicholas Marriott2010-05-14
* Option to set the characters considered word separators in copy mode, fromNicholas Marriott2010-02-22
* Add an option to disable the smcup/rmcup alternate screen behaviour insideNicholas Marriott2010-02-08
* Option to display the active pane in a different colour with the display-panesNicholas Marriott2010-02-04
* Options to set the colour of the pane borders, with different colours for theNicholas Marriott2010-01-03
* New server option, escape-time, to set the timeout used to detect if escapesNicholas Marriott2009-12-14
* Use quiet variable, and add missing sentinel to options array.Nicholas Marriott2009-12-11
* Add "server options" which are server-wide and not bound to a session orNicholas Marriott2009-12-10
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
* Eliminate duplicate code and ease the passage for server-wide options by addingNicholas Marriott2009-12-03
* Add a per-client log of status line messages displayed while that clientNicholas Marriott2009-11-18
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott2009-11-13
* Add a flag for jobs that shouldn't be freed after they've died and use it forNicholas Marriott2009-11-01
* Rather than running status-left, status-right and window title #() with popenNicholas Marriott2009-10-10
* New option, mouse-select-pane. If on, the mouse may be used to select theNicholas Marriott2009-10-10
* Support for individual session idle time locking. May be enabled by turning offNicholas Marriott2009-10-10
* Remove the internal tmux locking and instead detach each client and run theNicholas Marriott2009-09-23
* Permit multiple prefix keys to be defined, separated by commas, for example:Nicholas Marriott2009-09-22
* New option, set-titles-string, to allow the window title to be specified (asNicholas Marriott2009-09-18
* When using tmux as a login shell, there is currently no way to specify a shellNicholas Marriott2009-09-01
* Add a new display-panes command, with two options (display-panes-colour andNicholas Marriott2009-08-31
* Add a base-index session option to specify the first index checked when lookingNicholas Marriott2009-08-13
* Add flags for 1+2 and 2 arguments to the generic target code, use it forNicholas Marriott2009-08-11
* Infrastructure and commands to manage the environment for processes startedNicholas Marriott2009-08-08
* Options to set the colours and attributes for status-left/-right. From ThomasNicholas Marriott2009-08-08
* Add a -a flag to set-option and set-window-option to append to an existingNicholas Marriott2009-08-04
* Add a terminal-overrides session option allowing individual terminfo(5) entriesNicholas Marriott2009-08-03
* Make all messages sent between the client and server fixed size.Nicholas Marriott2009-07-26
* Add a status-justify option to allow the window list in the status line to beNicholas Marriott2009-07-20
* Add three new session options: visual-activity, visual-bell, visual-content. IfNicholas Marriott2009-07-18
* Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bitNicholas Marriott2009-07-15
* Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott2009-07-13
* Add a default-terminal option to set the starting value of $TERM in newNicholas Marriott2009-07-10
* Rename the global options variables to be shorter and to make session optionsNicholas Marriott2009-07-07
* New session option, status-utf8, to control the interpretation of top-bit-setNicholas Marriott2009-06-03
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01