summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-set-option.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Instead of setting up the default keys by building the key structnicm2014-10-201-3/+1
* Various minor style and spacing nits.nicm2014-09-011-3/+3
* Some more long lines.nicm2014-04-171-9/+17
* Remove the "info" message mechanism, this was only used for about fivenicm2014-04-171-13/+1
* Extend the -q flag to set-option to suppress errors about unknownnicm2014-04-171-9/+19
* Don't crash when given a invalid colour, reported by Felix Rosencrantz,nicm2014-02-171-3/+5
* Style nit - no space between function name and bracket.nicm2014-02-141-2/+2
* Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm2014-01-281-1/+29
* Remove the barely-used and unnecessary command check() function.nicm2013-10-101-3/+1
* Clarify error messages when setting options, from Thomas Adam.nicm2013-07-051-3/+13
* Add a -o option to set-option to prevent setting an option already set,nicm2013-03-241-6/+16
* Add a command queue to standardize and simplify commands that call othernicm2013-03-241-59/+62
* Add user options, prefixed with @. May be set to any arbitrary string.nicm2013-03-211-2/+66
* Add -v to set and setw to show only option value.nicm2013-03-211-2/+2
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-12/+12
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-2/+2
* Do not fire name timer when automatic-rename is off, from Tim Ruehsen anicm2012-04-081-1/+14
* Add -q option to set-option to turn off info message, from marcel partap.nicm2012-03-171-8/+11
* Allow a single option to be specified to show-options to show just thatnicm2012-02-251-38/+2
* Drop the ability to have a list of keys in the prefix in favour of twonicm2012-01-211-24/+12
* Add a flag to cmd_find_session so that attach-session can prefernicm2011-04-051-2/+2
* For convenience, work out what type of option is being set by namenicm2011-03-291-41/+66
* Checking for particular options and redrawing is not necessary as wenicm2011-03-291-14/+1
* Update an out-of-date and inaccurate comment.nicm2011-03-291-6/+2
* Simplify the way jobs work and drop the persist type, so all jobs arenicm2011-01-261-22/+3
* Now that parsing is common, merge some of the small, related commandsnicm2011-01-041-2/+13
* argc will be 1 not 2 with no option value.nicm2011-01-041-2/+2
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-97/+110
* Move the user-visible parts of all options (names, types, limit, defaultnicm2011-01-011-369/+198
* Change from a per-session stack of buffers to one global stack which isnicm2010-12-301-3/+3
* Add other-pane-height and other-pane-width options, allowing the widthnicm2010-12-191-1/+3
* Add an option to alert (monitor) for silence (lack of activity) in anicm2010-12-061-1/+3
* Two new options:nicm2010-09-261-1/+3
* 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