Use -a for terminal-overrides from Daniel Hahler.

pull/1/head
Nicholas Marriott 2014-11-06 10:30:05 +00:00
parent 35ffd093d7
commit 6ca8c58462
1 changed files with 1 additions and 1 deletions

2
FAQ
View File

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