diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-14 18:43:02 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-14 18:43:02 +0000 |
commit | b476fab34d6eb105ac8b799422590ed4fc8271ac (patch) | |
tree | 20387e00a3871c261612ad2321e745f0ef79e351 | |
parent | 96ca072482d56b91656b70adf4f5bde0567b53cc (diff) | |
download | rtmux-b476fab34d6eb105ac8b799422590ed4fc8271ac.tar.gz rtmux-b476fab34d6eb105ac8b799422590ed4fc8271ac.tar.bz2 rtmux-b476fab34d6eb105ac8b799422590ed4fc8271ac.zip |
PuTTY resizing from merdely.
-rw-r--r-- | FAQ | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 $ |