Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Allow status, mode and message attributes to be changed by three new ↵ | Nicholas Marriott | 2009-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 Marriott | 2009-01-10 |
| | |||
* | Some options tidying/code shrinkage. Also add -u option to unset non-global ↵ | Nicholas Marriott | 2009-01-07 |
| | | | | options (allowing them to inherit), and some extra info. | ||
* | Make window options work the same was as session options, add ↵ | Nicholas Marriott | 2008-12-08 |
mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ |