simplify/generalize 256 color TERM identifiers
Use globbing newly supported in coreutil 8.25 to reduce the number of entries and also support other entries like the various screen TERMS at: http://invisible-island.net/ncurses/terminfo.ti.html#tic-screen-256color
This commit is contained in:
parent
7d9c9afa38
commit
eccec8ba45
@ -21,14 +21,8 @@ COLOR tty
|
|||||||
OPTIONS -F -T 0
|
OPTIONS -F -T 0
|
||||||
|
|
||||||
# Below, there should be one TERM entry for each termtype that is colorizable
|
# Below, there should be one TERM entry for each termtype that is colorizable
|
||||||
TERM putty-256color
|
TERM *256color*
|
||||||
TERM rxvt-256color
|
|
||||||
TERM rxvt-unicode-256color
|
|
||||||
TERM rxvt-unicode256
|
TERM rxvt-unicode256
|
||||||
TERM screen-256color
|
|
||||||
TERM xterm-256color
|
|
||||||
TERM gnome-256color
|
|
||||||
TERM st-256color
|
|
||||||
|
|
||||||
# EIGHTBIT, followed by '1' for on, '0' for off. (8-bit output)
|
# EIGHTBIT, followed by '1' for on, '0' for off. (8-bit output)
|
||||||
EIGHTBIT 1
|
EIGHTBIT 1
|
||||||
|
Loading…
Reference in New Issue
Block a user