diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-10-12 13:51:44 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-10-12 13:51:44 +0000 |
commit | 514d6fa1ec60563318c67806334c3b8d97c95b02 (patch) | |
tree | 9cef972ede33ea4639442b467753720f49f650ab /CHANGES | |
parent | f3404ee9229ae3acab973b93ca7a20eddd593c7f (diff) | |
download | rtmux-514d6fa1ec60563318c67806334c3b8d97c95b02.tar.gz rtmux-514d6fa1ec60563318c67806334c3b8d97c95b02.tar.bz2 rtmux-514d6fa1ec60563318c67806334c3b8d97c95b02.zip |
Accept colours as strings.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,7 +2,8 @@ * (nicm) send-prefix command. Bound to C-b by default. * (nicm) set status, status-fg, status-bg commands. fg and bg are as a number - from 0 to 7. status may be 0/1/on/off/yes/no. + from 0 to 8 or a string ("red", "blue", etc). status may be 1/0, on/off, + yes/no. * (nicm) Make status line mark window in yellow on bell. 04 October 2007 @@ -125,5 +126,5 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.39 2007-10-12 13:03:58 nicm Exp $ +$Id: CHANGES,v 1.40 2007-10-12 13:51:44 nicm Exp $ |