aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-08-31 10:42:09 +0100
committerThomas <thomas@xteddy.org>2013-10-11 14:36:28 +0100
commit570028e9c011340a9cb5adbebba8bf51686c4d36 (patch)
tree2b42e16ce5f7bd879fe8cd8038e769cbf8bf30c2
parent7c3e7d65355db41ab848c97383b9e996910acd75 (diff)
downloadrtmux-570028e9c011340a9cb5adbebba8bf51686c4d36.tar.gz
rtmux-570028e9c011340a9cb5adbebba8bf51686c4d36.tar.bz2
rtmux-570028e9c011340a9cb5adbebba8bf51686c4d36.zip
Add entry about smaller clients based on text from Thomas Adam.
-rw-r--r--FAQ15
1 files changed, 15 insertions, 0 deletions
diff --git a/FAQ b/FAQ
index 81421bc0..da72d433 100644
--- a/FAQ
+++ b/FAQ
@@ -421,4 +421,19 @@ On OS X, reattach-to-usernamespace lets pbcopy/pbpaste work:
https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard
+* Why do I see dots around a session when I attach to it?
+
+tmux limits the size of the window to the smallest attached session. If
+it didn't do this then it would be impossible to see the entire window.
+The dots mark the size of the window tmux can display.
+
+To avoid this, detach all other clients when attaching:
+
+ $ tmux attach -d
+
+Or from inside tmux by detaching individual clients with C-b D or all
+using:
+
+ C-b : attach -d
+
$Id$