diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-08-31 10:42:09 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-08-31 10:42:09 +0100 |
commit | d62121e7bbab6c84faa7beb2117cb9e444866db3 (patch) | |
tree | e9690d3e33596ac80d29501f79d10e6b49d818b9 | |
parent | 06d101657f40ef4bd6cfeb4524c73eb533620542 (diff) | |
download | rtmux-d62121e7bbab6c84faa7beb2117cb9e444866db3.tar.gz rtmux-d62121e7bbab6c84faa7beb2117cb9e444866db3.tar.bz2 rtmux-d62121e7bbab6c84faa7beb2117cb9e444866db3.zip |
Add entry about smaller clients based on text from Thomas Adam.
-rw-r--r-- | FAQ | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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$ |