aboutsummaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-08-05 14:42:08 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-08-05 14:42:08 +0000
commitf42a0475e4c7066e3e840941242b20e2fce799d6 (patch)
treeb10fa44d27c2350aa1e070b704f20f71097363de /FAQ
parenta834d037bc88df59d5513df49d4a5aa964201c69 (diff)
downloadrtmux-f42a0475e4c7066e3e840941242b20e2fce799d6.tar.gz
rtmux-f42a0475e4c7066e3e840941242b20e2fce799d6.tar.bz2
rtmux-f42a0475e4c7066e3e840941242b20e2fce799d6.zip
Tweak FAQ to mention default-terminal.
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ8
1 files changed, 4 insertions, 4 deletions
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 $