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