summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-set-window-option.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Now that parsing is common, merge some of the small, related commandsnicm2011-01-041-46/+0
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-8/+7
* Eliminate duplicate code and ease the passage for server-wide options by addingnicm2009-12-031-161/+4
* Two new options, window-status-format and window-status-current-format, whichnicm2009-11-191-1/+35
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in thenicm2009-11-131-6/+6
* Add a simple synchronize-panes window option: when set, all input to any panenicm2009-10-091-1/+2
* Permit multiple prefix keys to be defined, separated by commas, for example:nicm2009-09-221-3/+3
* Add flags for 1+2 and 2 arguments to the generic target code, use it fornicm2009-08-111-20/+20
* Add a -a flag to set-option and set-window-option to append to an existingnicm2009-08-041-4/+5
* Add a mode-mouse option to prevent tmux taking over the mouse in choice or copynicm2009-07-301-1/+2
* Make all messages sent between the client and server fixed size.nicm2009-07-261-3/+1
* New options, window-status-current-{fg,bg,attr}, to set the fg, bg andnicm2009-07-201-1/+4
* Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bitnicm2009-07-151-7/+7
* Add main-pane-height to the options list (was missed before).nicm2009-07-141-1/+2
* Having fixed flags for single-character getopt options is a bit hard tonicm2009-07-131-5/+5
* Rename the global options variables to be shorter and to make session optionsnicm2009-07-071-2/+2
* Unused prototypes. Found by lint, no binary change.nicm2009-06-251-6/+1
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+170