diff options
author | Dario Giovannetti <dariogiova@gmail.com> | 2015-10-02 16:56:49 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2015-10-02 16:59:50 +0100 |
commit | a960c31c7deb5d5cc4e7e66c254090796b350b98 (patch) | |
tree | 0ee8a17933d74dec582f133829c0d8918b97337d | |
parent | 3babaf83875ceac896c8dd3a64248e955dfecef9 (diff) | |
download | coreutils-a960c31c7deb5d5cc4e7e66c254090796b350b98.tar.xz |
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.
-rw-r--r-- | src/dircolors.hin | 1 |
1 files changed, 1 insertions, 0 deletions
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: |