aboutsummaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-10 17:13:20 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-10 17:13:20 +0000
commit5b8d4f12499e5a31f4a5b6946be75437819152f7 (patch)
tree581020d8f5cb72ada598ef24ef62b528d9c9f2b7 /FAQ
parentca4e34cbb46fc5c07739b8b7d6a6975c3ffcfd8d (diff)
downloadrtmux-5b8d4f12499e5a31f4a5b6946be75437819152f7.tar.gz
rtmux-5b8d4f12499e5a31f4a5b6946be75437819152f7.tar.bz2
rtmux-5b8d4f12499e5a31f4a5b6946be75437819152f7.zip
Colour.
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ6
1 files changed, 6 insertions, 0 deletions
diff --git a/FAQ b/FAQ
index 11cb58d7..457883b8 100644
--- a/FAQ
+++ b/FAQ
@@ -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!