From f42a0475e4c7066e3e840941242b20e2fce799d6 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 5 Aug 2009 14:42:08 +0000 Subject: Tweak FAQ to mention default-terminal. --- FAQ | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'FAQ') diff --git a/FAQ b/FAQ index 957d654a..7cb980ee 100644 --- a/FAQ +++ b/FAQ @@ -117,9 +117,9 @@ a 256-colour terminal inside tmux: http://vim.wikia.com/wiki/256_colors_in_vim. - If the platform includes it, using the "screen-256color" termcap (set TERM=screen-256color). "infocmp screen-256color" can be used to check if this - is supported. It is not currently possible to set this globally inside tmux - but it may be done in a shell startup script by checking if TERM is screen - and exporting TERM=screen-256color instead. + is supported. It is possible to set this globally inside tmux using thr + default-terminal session option, or it may be done in a shell startup script + by checking if TERM is screen and exporting TERM=screen-256color instead. - Creating a custom terminfo file that includes Co#256 in ~/.terminfo and using it instead. These may be compiled with tic(1). @@ -194,4 +194,4 @@ terminal in use (set through TERM) request it. PuTTY can be told to ignore such requests: in the configuration window under Terminal -> Features, check the "Disable remote-controlled terminal resizing" box. -$Id: FAQ,v 1.23 2009-07-01 19:49:56 nicm Exp $ +$Id: FAQ,v 1.24 2009-08-05 14:42:08 nicm Exp $ -- cgit