Using xterm-256color as TERM

Alacritty seems fully compatible with that and older servers know those
so no need to transfer the terminfo.
This commit is contained in:
Geoffrey Frogeye 2020-10-19 12:58:26 +02:00
parent 4025f55f44
commit ceb1e40964
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 11 additions and 11 deletions

View file

@ -4,14 +4,14 @@
# Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables
# set by alacritty itself.
#env:
env:
# TERM variable
#
# This value is used to set the `$TERM` environment variable for
# each instance of Alacritty. If it is not present, alacritty will
# check the local terminfo database and use `alacritty` if it is
# available, otherwise `xterm-256color` is used.
#TERM: alacritty
TERM: xterm-256color
window:
# Window dimensions (changes require restart)