From b7c446f05152413e90424590f5f074e69ebf59af Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 9 Feb 2009 18:13:41 +0000 Subject: [PATCH] FAQ entry for automatic rename CPU use. --- FAQ | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/FAQ b/FAQ index 0201a69e..01d6463c 100644 --- a/FAQ +++ b/FAQ @@ -180,3 +180,10 @@ could be used: In both cases, the status-right option will be set to the string "#(echo \\(test\\))" and the command executed will be "echo \(test\)". + +* tmux uses too much CPU. What do I do? + +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. +