diff options
author | zachir <zachir@librem.one> | 2024-03-23 18:07:49 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-03-23 18:07:49 -0500 |
commit | 209325f382291950f689443481650e6c3f58329c (patch) | |
tree | c6cf9a8a88ef10eff375ef0987b2bbe4f620096c /kitty | |
parent | 2135b3313a762d66753c59ce1c51fd14ee2ad6bd (diff) |
Set kitty TERM to kitty-256color
This increases compatibility with SSH.
Diffstat (limited to 'kitty')
-rw-r--r-- | kitty/kitty.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 99d5440..6207c2f 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -1469,7 +1469,7 @@ color15 #ffffff #: This option must be a comma separated list of the above values. #: This only source the first valid one in the above order. -# term xterm-kitty +term xterm-256color #: The value of the TERM environment variable to set. Changing this #: can break many terminal programs, only change it if you know what |