commit | c6bd9e20635e4acbf8a65409aa9189edaf3cbc89 | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicholas.marriott@gmail.com> | Tue Jan 27 20:22:33 2009 +0000 |
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | Tue Jan 27 20:22:33 2009 +0000 |
tree | b879376b210ca58c82e3d9af88134c0b2c3343f1 | |
parent | d697090fa451e9d78b31fdfff89f333d827ddd0a [diff] |
Allow status, mode and message attributes to be changed by three new 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!