diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-10 15:21:31 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-10 15:21:31 +0000 |
commit | 5890630a83a6d990da211a79afb611677f6c4ae2 (patch) | |
tree | 438e8f3568e1d316af8bbc959bbecd638791e310 /FAQ | |
parent | cd2c9d5c4196df34daa3e13466d40e9827b0c553 (diff) | |
download | rtmux-5890630a83a6d990da211a79afb611677f6c4ae2.tar.gz rtmux-5890630a83a6d990da211a79afb611677f6c4ae2.tar.bz2 rtmux-5890630a83a6d990da211a79afb611677f6c4ae2.zip |
+FAQ to dist. Tweak.
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,8 @@ Please send feature requests by email to nicm@users.sourceforge.net. the shell it was started from to recover! Some consoles really really don't like attempts to set the window title. Tell -tmux not to do this by turning off the "set-titles" option: +tmux not to do this by turning off the "set-titles" option (you can do this +in .tmux.conf): set -g set-titles off |