aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-08-06 12:22:50 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-08-06 12:22:50 +0000
commit2936f4f32cf2e213c1007e4dbbb3f136fe528f99 (patch)
treede6ac99cc8e26d15ab6ee7c8bdf53f54eeebab18
parente2686d881928f1952e72a96cfeacd6bdfc3ecfd7 (diff)
downloadrtmux-2936f4f32cf2e213c1007e4dbbb3f136fe528f99.tar.gz
rtmux-2936f4f32cf2e213c1007e4dbbb3f136fe528f99.tar.bz2
rtmux-2936f4f32cf2e213c1007e4dbbb3f136fe528f99.zip
tmux no longers sends init strings so this is no longer relevant.
-rw-r--r--FAQ9
1 files changed, 1 insertions, 8 deletions
diff --git a/FAQ b/FAQ
index 9cf0eebc..030291f4 100644
--- a/FAQ
+++ b/FAQ
@@ -189,13 +189,6 @@ Automatic window renaming may use a lot of CPU, particularly on slow computers:
if this is a problem, turn it off with "setw -g automatic-rename off". If this
doesn't fix it, please report the problem.
-* How do I prevent tmux from resizing my PuTTY window?
-
-This isn't tmux's fault, but happens because the initialisation strings for the
-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.
-
* 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
@@ -204,4 +197,4 @@ 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.26 2009-08-05 16:29:50 nicm Exp $
+$Id: FAQ,v 1.27 2009-08-06 12:22:50 nicm Exp $