From a960c31c7deb5d5cc4e7e66c254090796b350b98 Mon Sep 17 00:00:00 2001 From: Dario Giovannetti Date: Fri, 2 Oct 2015 16:56:49 +0100 Subject: dircolors: add xterm-termite entry * src/dircolors.hin: Add "xterm-termite" as this VTE based terminal emulator is quite different from xterm, despite the name. For example "Termite supports italic text and it won't work if TERM is set to xterm. Even the backspace key won't work properly anymore for applications relying on terminfo". Reported also by Lukas Sabota and Sven-Hendrik Haase. --- src/dircolors.hin | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dircolors.hin') diff --git a/src/dircolors.hin b/src/dircolors.hin index 109532b33..5c894474c 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -67,6 +67,7 @@ TERM xterm-256color TERM xterm-88color TERM xterm-color TERM xterm-debian +TERM xterm-termite # Below are the color init strings for the basic file types. A color init # string consists of one or more of the following numeric codes: -- cgit v1.2.3-54-g00ecf