aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 $