TIL there is a termcap named screen.xterm-new
This commit is contained in:
parent
1b0679a10c
commit
34c198c306
3 changed files with 3 additions and 3 deletions
2
bashrc
2
bashrc
|
@ -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}" "$@"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue