From 380fef687a0e5eef095b8ec11a4a847b67b1e57f Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Sat, 4 Dec 2021 19:45:10 +0100 Subject: [PATCH] =?UTF-8?q?Kitty:=20Passage=20=C3=A0=20xterm-256color=20co?= =?UTF-8?q?mme=20valeur=20par=20d=C3=A9faut=20de=20TERM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/kitty/kitty.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index a378547..911a9aa 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -184,7 +184,8 @@ rectangle_select_modifiers ctrl+alt allow_remote_control no # The value of the TERM environment variable to set -term xterm-kitty +#term xterm-kitty +term xterm-256color # The width (in pts) of window borders. Will be rounded to the nearest number of pixels based on screen resolution. # Note that borders are displayed only when more than one window is visible. They are meant to separate multiple windows.