aboutsummaryrefslogtreecommitdiff
path: root/attributes.c
Commit message (Collapse)AuthorAge
* 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!