Skip to content

Commit

Permalink
tmux no longers sends init strings so this is no longer relevant.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicm committed Aug 6, 2009
1 parent e2686d8 commit 2936f4f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions FAQ
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 $

0 comments on commit 2936f4f

Please sign in to comment.