aboutsummaryrefslogtreecommitdiff
path: root/options-cmd.c
Commit message (Collapse)AuthorAge
* Sync OpenBSD patchset 580:Tiago Cunha2009-12-04
| | | | | | | | | Eliminate duplicate code and ease the passage for server-wide options by adding a -w flag to set-option and show-options and making setw and showw aliases to set -w and show -w. Note: setw and showw are still there, but now aliases for set -w and show -w.
* Sync OpenBSD patchset 343:Tiago Cunha2009-09-22
| | | | | | | | | | 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.
* Sync OpenBSD patchset 340:Tiago Cunha2009-09-22
| | | | | Use option print function for info messages as well.
* Sync OpenBSD patchset 339:Tiago Cunha2009-09-22
| | | | | Move common code from show-options and show-window-options into a function.
* Sync OpenBSD patchset 219:Tiago Cunha2009-08-09
| | | | | | Add a -a flag to set-option and set-window-option to append to an existing string value, useful for terminal-overrides.
* Allow status, mode and message attributes to be changed by three new ↵Nicholas Marriott2009-01-27
| | | | | | | 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!
* Trim spaces.Nicholas Marriott2009-01-10
|
* Some options tidying/code shrinkage. Also add -u option to unset non-global ↵Nicholas Marriott2009-01-07
| | | | options (allowing them to inherit), and some extra info.
* Make window options work the same was as session options, add ↵Nicholas Marriott2008-12-08
mode-fg/mode-bg options, force -g for global on set/show/setw/showw/