summaryrefslogtreecommitdiffstats
path: root/options-cmd.c
AgeCommit message (Collapse)Author
2009-09-22Sync OpenBSD patchset 343:Tiago Cunha
Permit multiple prefix keys to be defined, separated by commas, for example: set -g prefix ^a,^b Any key in the list acts as the prefix. The send-prefix command always sends the first key in the list.
2009-09-22Sync OpenBSD patchset 340:Tiago Cunha
Use option print function for info messages as well.
2009-09-22Sync OpenBSD patchset 339:Tiago Cunha
Move common code from show-options and show-window-options into a function.
2009-08-09Sync OpenBSD patchset 219:Tiago Cunha
Add a -a flag to set-option and set-window-option to append to an existing string value, useful for terminal-overrides.
2009-01-27Allow status, mode and message attributes to be changed by three new ↵Nicholas Marriott
options: status-attr, mode-attr, message-attr. A comma-separataed list is accepted containing: bright, dim, underscore, blink, reverse, hidden, italics, for example: set -g status-attr bright,blink From Josh Elsasser, thanks!
2009-01-10Trim spaces.Nicholas Marriott
2009-01-07Some options tidying/code shrinkage. Also add -u option to unset non-global ↵Nicholas Marriott
options (allowing them to inherit), and some extra info.
2008-12-08Make window options work the same was as session options, add ↵Nicholas Marriott
mode-fg/mode-bg options, force -g for global on set/show/setw/showw/