summaryrefslogtreecommitdiffstats
path: root/cmd-set-option.c
AgeCommit message (Expand)Author
2015-12-13Instead of every command resolving the target (-t or -s) itself, preparenicm
2015-12-12Add key-table option to set the default key table for a session, allowsnicm
2015-12-12Allow prefix and prefix2 to be set to None to disable (useful if younicm
2015-11-20Instead of separate tables for different types of options, give eachnicm
2015-11-18Use __unused rather than rolling our own.nicm
2015-11-12Support UTF-8 key bindings by expanding the key type from int tonicm
2015-10-27Move struct options into options.c.nicm
2015-09-14Remove some extra blank lines.nicm
2015-08-29Move alerts onto events rather than checking every loop.nicm
2015-08-29Better take on reducing the name timer. Again check for name changes innicm
2015-08-28Revert previous; we do need a timer, until I have a better idea. Wenicm
2015-08-28We now only checking for name changes when the active pane has changed,nicm
2015-08-28Per-session timers for locking, and remove the global one-second timer.nicm
2015-08-28Run status update on a per-client timer at status-interval.nicm
2015-07-27Make -q suppress ambiguous option warnings too, from Cam Hutchison.nicm
2015-06-04Make unsetting a global option restore it to the default. Diff lyingnicm
2015-04-24Convert clients list into a TAILQ.nicm
2015-04-24Allow choice options (multiple states) to be toggled between states 0nicm
2015-04-22Change the windows array into an RB tree and fix some places where wenicm
2014-10-20Instead of setting up the default keys by building the key structnicm
2014-09-01Various minor style and spacing nits.nicm
2014-04-17Some more long lines.nicm
2014-04-17Remove the "info" message mechanism, this was only used for about fivenicm
2014-04-17Extend the -q flag to set-option to suppress errors about unknownnicm
2014-02-17Don't crash when given a invalid colour, reported by Felix Rosencrantz,nicm
2014-02-14Style nit - no space between function name and bracket.nicm
2014-01-28Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm
2013-10-10Remove the barely-used and unnecessary command check() function.nicm
2013-07-05Clarify error messages when setting options, from Thomas Adam.Nicholas Marriott
2013-03-24Add a -o option to set-option to prevent setting an option already set,Nicholas Marriott
2013-03-21Add user options, prefixed with @. May be set to any arbitrary string.Nicholas Marriott
2012-07-11Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-04-08Do not fire name timer when automatic-rename is off, from Tim Ruehsen aNicholas Marriott
2012-03-17Add -q option to set-option to turn off info message, from marcel partap.Nicholas Marriott
2012-02-25Allow a single option to be specified to show-options to show just thatNicholas Marriott
2012-01-21Drop the ability to have a list of keys in the prefix in favour of twoNicholas Marriott
2011-04-05Add a flag to cmd_find_session so that attach-session can preferNicholas Marriott
2011-03-29For convenience, work out what type of option is being set by nameNicholas Marriott
2011-03-29Checking for particular options and redrawing is not necessary as weNicholas Marriott
2011-03-29Update an out-of-date and inaccurate comment.Nicholas Marriott
2011-01-26Simplify the way jobs work and drop the persist type, so all jobs areNicholas Marriott
2011-01-04Now that parsing is common, merge some of the small, related commandsNicholas Marriott
2011-01-04argc will be 1 not 2 with no option value.Nicholas Marriott
2011-01-04Clean up and simplify tmux command argument parsing.Nicholas Marriott
2011-01-01Move the user-visible parts of all options (names, types, limit, defaultNicholas Marriott
2010-12-30Change from a per-session stack of buffers to one global stack which isNicholas Marriott
2010-12-19Add other-pane-height and other-pane-width options, allowing the widthNicholas Marriott
2010-12-06Add an option to alert (monitor) for silence (lack of activity) in aNicholas Marriott
2010-09-26Two new options:Nicholas Marriott