From 2936f4f32cf2e213c1007e4dbbb3f136fe528f99 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 6 Aug 2009 12:22:50 +0000 Subject: [PATCH] tmux no longers sends init strings so this is no longer relevant. --- FAQ | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/FAQ b/FAQ index 9cf0eebcd..030291f4f 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 $