diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-10 17:13:20 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-10 17:13:20 +0000 |
commit | 5b8d4f12499e5a31f4a5b6946be75437819152f7 (patch) | |
tree | 581020d8f5cb72ada598ef24ef62b528d9c9f2b7 /FAQ | |
parent | ca4e34cbb46fc5c07739b8b7d6a6975c3ffcfd8d (diff) | |
download | rtmux-5b8d4f12499e5a31f4a5b6946be75437819152f7.tar.gz rtmux-5b8d4f12499e5a31f4a5b6946be75437819152f7.tar.bz2 rtmux-5b8d4f12499e5a31f4a5b6946be75437819152f7.zip |
Colour.
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -47,6 +47,12 @@ Please send feature requests by email to nicm@users.sourceforge.net. It is already widely available. It is planned to change to something else such as xterm-color at some point, if possible. +* I don't see any colour in my terminal! Help! + +On some platforms, common termcaps such as xterm do not include colour. screen +ignores this, tmux does not. If the terminal emulator in use supports colour, +use a termcap which correctly lists this, such as xterm-color. + * tmux freezes my terminal when I attach to a session. I even have to kill -9 the shell it was started from to recover! |