>From f77afdfdedb5a7fc8eb6243b9a6ff627022da2ac Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 12 Oct 2012 14:06:54 +0200 Subject: [PATCH 2/2] terminfo: Make vte use 256-colors No reason not to make 'vte' use 256 colors by default. This leaves 'vte-256colors' and 'gnome-256colors' as simple aliases for 'vte' resp. 'gnome'. --- misc/terminfo.src | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/misc/terminfo.src b/misc/terminfo.src index 4d9bdaf..c1f8545 100644 --- a/misc/terminfo.src +++ b/misc/terminfo.src @@ -4044,7 +4044,7 @@ gnome-2008|GNOME Terminal snapshot 2.22.3, # GNOME Terminal 3.6.0 (2012) vte-2012|VTE 0.34.1, - use=xterm+pcc2, use=gnome-fc5, sitm=\E[3m, ritm=\E[23m, + initc@, use=xterm+256color, use=xterm+pcc2, use=gnome-fc5, sitm=\E[3m, ritm=\E[23m, gnome-2012|GNOME Terminal 3.6.0, use=vte-2012, @@ -4080,11 +4080,11 @@ vte|VTE aka GNOME Terminal, gnome|GNOME Terminal, use=vte, -# palette is hardcoded... +# vte-2012 now defaults to 256-colors, so these are just aliases vte-256color|VTE with xterm 256-colors, - initc@, use=xterm+256color, use=vte, + use=vte, gnome-256color|GNOME Terminal with xterm 256-colors, - use=vte-256color, + use=gnome, # XFCE Terminal 0.2.5.4beta2 # @@ -22945,4 +22945,5 @@ v3220|LANPAR Vision II model 3220/3221/3222, # # 2012-10-12 # * add vte-2012, gnome-2012, making these the defaults for vte/gnome +# * make vte use 256 colors directly ######## SHANTIH! SHANTIH! SHANTIH! -- 1.7.12.503.g5976753.dirty