diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-11-12 20:29:43 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-11-12 20:29:43 +0000 |
commit | dc8fb1e1dc72e96aeae151487a2d0ddd031801a9 (patch) | |
tree | 48eda0693f8e07fe3f58913aa86b2dbcf188d7fc /CHANGES | |
parent | a3c89d76710cd09bdc7b3774f547576c13d8159c (diff) | |
download | rtmux-dc8fb1e1dc72e96aeae151487a2d0ddd031801a9.tar.gz rtmux-dc8fb1e1dc72e96aeae151487a2d0ddd031801a9.tar.bz2 rtmux-dc8fb1e1dc72e96aeae151487a2d0ddd031801a9.zip |
Force default colours if terminal supports it.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 12 November 2007 +* (nicm) If the terminal supports default colours (AX present), force black + background and white foreground to default. This is useful on transparent + *terms for programs which don't do it themselves (like most(1)). * (nicm) Fill in the rest of the man page. * (nicm) kill-session command. @@ -203,4 +206,4 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.66 2007-11-12 16:09:08 nicm Exp $ +$Id: CHANGES,v 1.67 2007-11-12 20:29:43 nicm Exp $ |