summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/cmd-set-option.c
AgeCommit message (Expand)Author
2016-11-04Do not try to set the CHANGED flag on windows with no active pane, fixesNicholas Marriott
2016-10-16Mass rename struct cmd_q to struct cmdq_item and related.Nicholas Marriott
2016-10-14Add CMD_AFTERHOOK flag to the easy commands that don't need any special handl...Nicholas Marriott
2016-10-10Add static in cmd-* and fix a few other nits.Nicholas Marriott
2016-10-09Handle NULL window or session for user options.Nicholas Marriott
2016-09-26Support set -a (append) with user options, suggested by Xandor Schiefer.Nicholas Marriott
2016-05-30Cache the window styles and do not look up the window-style optionsNicholas Marriott
2016-04-29Add option to include status text in the pane borders. IfNicholas Marriott
2016-03-03show-* and set-* need to handle a missing target.Nicholas Marriott
2016-01-19I no longer use my SourceForge address so replace it.Nicholas Marriott
2015-12-14Instead of combined flags for -c, -s, -t, split into different setsNicholas Marriott
2015-12-13Use member names in cmd_entry definitions so I stop getting confusedNicholas Marriott
2015-12-13Instead of every command resolving the target (-t or -s) itself, prepareNicholas Marriott
2015-12-12Add key-table option to set the default key table for a session, allowsNicholas Marriott
2015-12-12Allow prefix and prefix2 to be set to None to disable (useful if youNicholas Marriott
2015-11-20Instead of separate tables for different types of options, give eachNicholas Marriott
2015-11-18Use __unused rather than rolling our own.Nicholas Marriott
2015-11-12Support UTF-8 key bindings by expanding the key type from int toNicholas Marriott
2015-10-27Move struct options into options.c.Nicholas Marriott
2015-09-14Remove some extra blank lines.Nicholas Marriott
2015-08-29Move alerts onto events rather than checking every loop.Nicholas Marriott
2015-08-29Better take on reducing the name timer. Again check for name changes inNicholas Marriott
2015-08-28Revert previous; we do need a timer, until I have a better idea. WeNicholas Marriott
2015-08-28We now only checking for name changes when the active pane has changed,Nicholas Marriott
2015-08-28Per-session timers for locking, and remove the global one-second timer.Nicholas Marriott
2015-08-28Run status update on a per-client timer at status-interval.Nicholas Marriott
2015-07-27Make -q suppress ambiguous option warnings too, from Cam Hutchison.Nicholas Marriott
2015-06-04Make unsetting a global option restore it to the default. Diff lyingNicholas Marriott
2015-04-24Convert clients list into a TAILQ.Nicholas Marriott
2015-04-24Allow choice options (multiple states) to be toggled between states 0Nicholas Marriott
2015-04-22Change the windows array into an RB tree and fix some places where weNicholas Marriott
2014-10-20Instead of setting up the default keys by building the key structNicholas Marriott
2014-09-01Various minor style and spacing nits.Nicholas Marriott
2014-04-17Some more long lines.Nicholas Marriott
2014-04-17Remove the "info" message mechanism, this was only used for about fiveNicholas Marriott
2014-04-17Extend the -q flag to set-option to suppress errors about unknownNicholas Marriott
2014-02-17Don't crash when given a invalid colour, reported by Felix Rosencrantz,Nicholas Marriott
2014-02-14Style nit - no space between function name and bracket.Nicholas Marriott
2014-01-28Allow replacing each of the many sets of separate foo-{fg,bg,attr}Nicholas Marriott
2013-10-10Remove the barely-used and unnecessary command check() function.Nicholas Marriott
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-24Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-03-21Add user options, prefixed with @. May be set to any arbitrary string.Nicholas Marriott
2013-03-21Add -v to set and setw to show only option value.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