mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 01:48:47 +00:00
Use -a for terminal-overrides from Daniel Hahler.
This commit is contained in:
parent
35ffd093d7
commit
6ca8c58462
2
FAQ
2
FAQ
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user