From 5b8d4f12499e5a31f4a5b6946be75437819152f7 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 10 Jan 2009 17:13:20 +0000 Subject: [PATCH] Colour. --- FAQ | 6 ++++++ 1 file changed, 6 insertions(+) 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!