FAQ entry for automatic rename CPU use.

pull/1/head
Nicholas Marriott 2009-02-09 18:13:41 +00:00
parent 1b036c1ca9
commit b7c446f051
1 changed files with 7 additions and 0 deletions

7
FAQ
View File

@ -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.