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