summaryrefslogtreecommitdiffstats
path: root/cmd-set-window-option.c
AgeCommit message (Expand)Author
2009-12-03Eliminate duplicate code and ease the passage for server-wide options by addingNicholas Marriott
2009-11-19Two new options, window-status-format and window-status-current-format, whichNicholas Marriott
2009-11-13Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott
2009-10-09Add a simple synchronize-panes window option: when set, all input to any paneNicholas Marriott
2009-09-22Permit multiple prefix keys to be defined, separated by commas, for example:Nicholas Marriott
2009-08-11Add flags for 1+2 and 2 arguments to the generic target code, use it forNicholas Marriott
2009-08-04Add a -a flag to set-option and set-window-option to append to an existingNicholas Marriott
2009-07-30Add a mode-mouse option to prevent tmux taking over the mouse in choice or copyNicholas Marriott
2009-07-26Make all messages sent between the client and server fixed size.Nicholas Marriott
2009-07-20New options, window-status-current-{fg,bg,attr}, to set the fg, bg andNicholas Marriott
2009-07-15Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bitNicholas Marriott
2009-07-14Add main-pane-height to the options list (was missed before).Nicholas Marriott
2009-07-13Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott
2009-07-07Rename the global options variables to be shorter and to make session optionsNicholas Marriott
2009-06-25Unused prototypes. Found by lint, no binary change.Nicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott