aboutsummaryrefslogtreecommitdiff
path: root/cmd-set-option.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2014-04-23
|\
| * Some more long lines.nicm2014-04-17
| * Remove the "info" message mechanism, this was only used for about fivenicm2014-04-17
| * Extend the -q flag to set-option to suppress errors about unknownnicm2014-04-17
* | Merge branch 'obsd-master'Thomas Adam2014-02-19
|\|
| * Don't crash when given a invalid colour, reported by Felix Rosencrantz,nicm2014-02-17
* | Merge branch 'obsd-master'Thomas Adam2014-02-16
|\|
| * Style nit - no space between function name and bracket.nicm2014-02-14
* | Merge branch 'obsd-master'Thomas Adam2014-01-31
|\|
| * Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm2014-01-28
| * Remove the barely-used and unnecessary command check() function.nicm2013-10-10
* | Remove the barely-used and unnecessary command check() function.Nicholas Marriott2013-08-21
* | Merge branch 'obsd-master'Thomas Adam2013-07-06
|\|
| * Clarify error messages when setting options, from Thomas Adam.Nicholas Marriott2013-07-05
| * Add a -o option to set-option to prevent setting an option already set,Nicholas Marriott2013-03-24
| * Add user options, prefixed with @. May be set to any arbitrary string.Nicholas Marriott2013-03-21
| * Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott2012-07-11
| * xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
| * Do not fire name timer when automatic-rename is off, from Tim Ruehsen aNicholas Marriott2012-04-08
| * Add -q option to set-option to turn off info message, from marcel partap.Nicholas Marriott2012-03-17
| * Allow a single option to be specified to show-options to show just thatNicholas Marriott2012-02-25
| * Drop the ability to have a list of keys in the prefix in favour of twoNicholas Marriott2012-01-21
| * Add a flag to cmd_find_session so that attach-session can preferNicholas Marriott2011-04-05
| * For convenience, work out what type of option is being set by nameNicholas Marriott2011-03-29
| * Checking for particular options and redrawing is not necessary as weNicholas Marriott2011-03-29
| * Update an out-of-date and inaccurate comment.Nicholas Marriott2011-03-29
| * 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