aboutsummaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-08-05 14:56:58 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-08-05 14:56:58 +0000
commite3e0d70c0e2a797bf87963dc10c8acec60194dd6 (patch)
tree86ccd70a5caa98421178b514e86db4ec693d7254 /FAQ
parentf42a0475e4c7066e3e840941242b20e2fce799d6 (diff)
downloadrtmux-e3e0d70c0e2a797bf87963dc10c8acec60194dd6.tar.gz
rtmux-e3e0d70c0e2a797bf87963dc10c8acec60194dd6.tar.bz2
rtmux-e3e0d70c0e2a797bf87963dc10c8acec60194dd6.zip
+PuTTY ACS from Mike Putnam.
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ14
1 files changed, 11 insertions, 3 deletions
diff --git a/FAQ b/FAQ
index 7cb980ee..0b7f91af 100644
--- a/FAQ
+++ b/FAQ
@@ -117,10 +117,10 @@ 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 possible to set this globally inside tmux using thr
+ is supported. It is possible to set this globally inside tmux using the
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
+- Creating a custom terminfo file that includes colors#256 in ~/.terminfo and using
it instead. These may be compiled with tic(1).
* How do I make Ctrl-PgUp and Ctrl-PgDn work in vim?
@@ -194,4 +194,12 @@ 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.24 2009-08-05 14:42:08 nicm Exp $
+* I use PuTTY and my tmux window pane separators are all qqqqqqqqq's!
+
+PuTTY is using a character set translation that doesn't support ACS line
+drawing. With a Unicode font, try setting PuTTY to use a different translation
+on the Window -> Translation configuration page. For example, change UTF-8 to
+ISO-8859-1 or CP437. It may also be necessary to adjust the way PuTTY treats
+line drawing characters in the lower part of the same configuration page.
+
+$Id: FAQ,v 1.25 2009-08-05 14:56:58 nicm Exp $