aboutsummaryrefslogtreecommitdiff
path: root/attributes.c
Commit message (Collapse)AuthorAge
* Expand the Id keyword. Tiago Cunha2011-07-09
|
* Sync OpenBSD patchset 700:Tiago Cunha2010-06-05
| | | | | | Accept (and document) "none" instead of "default" for attributes as it is clearer and avoids confusion with default colours.
* Sync OpenBSD patchset 566:Tiago Cunha2009-11-28
| | | | | Rename a variable to something more helpful.
* Sync to OpenBSD: fixes from ray@.Nicholas Marriott2009-06-25
|
* 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!