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! | ||
* | Pass return code from _exec; allow command sequences to work from the ↵ | Nicholas Marriott | 2009-01-19 |
| | | | | command line. | ||
* | Import OpenBSD's getopt(3) to workaround broken glibc version. | Nicholas Marriott | 2008-12-10 |
| | |||
* | 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/ | ||
* | Fix stupid GNU getopt behaviour. | Nicholas Marriott | 2008-09-25 |
| | |||
* | Split colour functions from screen. | Nicholas Marriott | 2008-09-10 |
| | |||
* | Split internal status-colour into status-fg/status-bg options and lose ↵ | Nicholas Marriott | 2008-06-23 |
| | | | | workarounds in set-option stuff. | ||
* | Split options into a table to allow abbreviations. | Nicholas Marriott | 2008-06-23 |
| | |||
* | Trimify. | Nicholas Marriott | 2008-06-18 |
| | |||
* | Document show-options. | Nicholas Marriott | 2008-06-16 |
| | |||
* | Add a couple of extra option types, and implement show-options command. | Nicholas Marriott | 2008-06-15 |