diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-11-06 10:30:05 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-11-06 10:30:05 +0000 |
commit | 6ca8c58462e5d1b47f98acee8c79a34bba1bd7df (patch) | |
tree | 0b6a38764843e5c198a975a73ee8460e22aa43eb | |
parent | 35ffd093d724053046ae49984af0beb0530e5560 (diff) | |
download | rtmux-6ca8c58462e5d1b47f98acee8c79a34bba1bd7df.tar.gz rtmux-6ca8c58462e5d1b47f98acee8c79a34bba1bd7df.tar.bz2 rtmux-6ca8c58462e5d1b47f98acee8c79a34bba1bd7df.zip |
Use -a for terminal-overrides from Daniel Hahler.
-rw-r--r-- | FAQ | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -403,7 +403,7 @@ always (or ever) be added to the scrollback. You can make tmux use the normal screen by telling it that your terminal does not have an alternate screen. Put the following in ~/.tmux.conf: - set -g terminal-overrides 'xterm*:smcup@:rmcup@' + set -ga terminal-overrides ',xterm*:smcup@:rmcup@' Adjust if your $TERM does not start with xterm. |