aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-05-14 18:43:02 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-05-14 18:43:02 +0000
commitb476fab34d6eb105ac8b799422590ed4fc8271ac (patch)
tree20387e00a3871c261612ad2321e745f0ef79e351
parent96ca072482d56b91656b70adf4f5bde0567b53cc (diff)
downloadrtmux-b476fab34d6eb105ac8b799422590ed4fc8271ac.tar.gz
rtmux-b476fab34d6eb105ac8b799422590ed4fc8271ac.tar.bz2
rtmux-b476fab34d6eb105ac8b799422590ed4fc8271ac.zip
PuTTY resizing from merdely.
-rw-r--r--FAQ9
1 files changed, 8 insertions, 1 deletions
diff --git a/FAQ b/FAQ
index 76edf66f..be74535e 100644
--- a/FAQ
+++ b/FAQ
@@ -186,4 +186,11 @@ 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.
-$Id: FAQ,v 1.21 2009-03-31 23:17:28 nicm Exp $
+* 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.
+
+$Id: FAQ,v 1.22 2009-05-14 18:43:02 nicm Exp $