summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-set-option.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Reset running jobs when the status line is enabled or disabled as well,nicm2010-09-011-1/+2
* New option, detach-on-destroy, to set what happens to a client when the sessionnicm2010-06-271-1/+2
* Colour+attribute options for status line alerts, from Alex Alexander.nicm2010-05-141-1/+4
* Option to set the characters considered word separators in copy mode, fromnicm2010-02-221-1/+2
* Add an option to disable the smcup/rmcup alternate screen behaviour insidenicm2010-02-081-1/+2
* Option to display the active pane in a different colour with the display-panesnicm2010-02-041-1/+2
* Options to set the colour of the pane borders, with different colours for thenicm2010-01-031-1/+5
* New server option, escape-time, to set the timeout used to detect if escapesnicm2009-12-141-1/+2
* Use quiet variable, and add missing sentinel to options array.nicm2009-12-111-1/+2
* Add "server options" which are server-wide and not bound to a session ornicm2009-12-101-4/+11
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-13/+13
* Eliminate duplicate code and ease the passage for server-wide options by addingnicm2009-12-031-19/+337
* Add a per-client log of status line messages displayed while that clientnicm2009-11-181-1/+2
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in thenicm2009-11-131-6/+6
* Add a flag for jobs that shouldn't be freed after they've died and use it fornicm2009-11-011-6/+32
* Rather than running status-left, status-right and window title #() with popennicm2009-10-101-2/+5
* New option, mouse-select-pane. If on, the mouse may be used to select thenicm2009-10-101-1/+2
* Support for individual session idle time locking. May be enabled by turning offnicm2009-10-101-1/+2
* Remove the internal tmux locking and instead detach each client and run thenicm2009-09-231-1/+2
* Permit multiple prefix keys to be defined, separated by commas, for example:nicm2009-09-221-4/+4
* New option, set-titles-string, to allow the window title to be specified (asnicm2009-09-181-1/+2
* When using tmux as a login shell, there is currently no way to specify a shellnicm2009-09-011-1/+2
* Add a new display-panes command, with two options (display-panes-colour andnicm2009-08-311-1/+3
* Add a base-index session option to specify the first index checked when lookingnicm2009-08-131-1/+2
* Add flags for 1+2 and 2 arguments to the generic target code, use it fornicm2009-08-111-20/+20
* Infrastructure and commands to manage the environment for processes startednicm2009-08-081-1/+2
* Options to set the colours and attributes for status-left/-right. From Thomasnicm2009-08-081-1/+7
* Add a -a flag to set-option and set-window-option to append to an existingnicm2009-08-041-4/+5
* Add a terminal-overrides session option allowing individual terminfo(5) entriesnicm2009-08-031-2/+3
* Make all messages sent between the client and server fixed size.nicm2009-07-261-3/+1
* Add a status-justify option to allow the window list in the status line to benicm2009-07-201-1/+6
* Add three new session options: visual-activity, visual-bell, visual-content. Ifnicm2009-07-181-1/+4
* Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bitnicm2009-07-151-7/+7
* Having fixed flags for single-character getopt options is a bit hard tonicm2009-07-131-5/+5
* Add a default-terminal option to set the starting value of $TERM in newnicm2009-07-101-1/+2
* Rename the global options variables to be shorter and to make session optionsnicm2009-07-071-2/+2
* New session option, status-utf8, to control the interpretation of top-bit-setnicm2009-06-031-1/+2
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+169