| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Use option print function for info messages as well.
|
|
|
|
|
| |
Move common code from show-options and show-window-options into a function.
|
|
|
|
|
|
| |
Add a -a flag to set-option and set-window-option to append to an existing
string value, useful for terminal-overrides.
|
|
|
|
|
|
|
| |
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!
|
| |
|
|
|
|
| |
options (allowing them to inherit), and some extra info.
|
|
mode-fg/mode-bg options, force -g for global on set/show/setw/showw/
|