1
0
Fork 0

TIL there is a termcap named screen.xterm-new

This commit is contained in:
Von Random 2018-07-10 15:27:39 +03:00
parent 1b0679a10c
commit 34c198c306
3 changed files with 3 additions and 3 deletions

2
bashrc
View file

@ -112,7 +112,7 @@ tcmp() {
local -A terms=(
[rxvt-unicode-256color]='rxvt-unicode'
[st-256color]='xterm-256color'
[tmux-256color]='screen-256color'
[tmux-256color]='screen.xterm-new'
)
TERM="${terms[$TERM]:-$TERM}" "$@"
}