>From fb968113a2b6d307d4c5cebc0c471be811cc7538 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 12 Oct 2012 14:03:13 +0200 Subject: [PATCH 1/2] terminfo: vte now supports sitm/ritm Add vte-2012 variant for vte 0.34.1 which supports italic text (sitm, ritm). Add gnome-2012 using vte-2012; and point the default 'vte' and 'gnome' terminfos to vte-2012 resp. gnome-2012. Since xfce is using the outdated vte/gtk+2.0, update its terminfo to use 'vte-2008' instead of 'vte'. --- misc/terminfo.src | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/misc/terminfo.src b/misc/terminfo.src index fad20b7..4d9bdaf 100644 --- a/misc/terminfo.src +++ b/misc/terminfo.src @@ -4042,6 +4042,12 @@ vte-2008|VTE in GNOME Terminal snapshot 2.22.3, gnome-2008|GNOME Terminal snapshot 2.22.3, use=vte-2008, +# GNOME Terminal 3.6.0 (2012) +vte-2012|VTE 0.34.1, + use=xterm+pcc2, use=gnome-fc5, sitm=\E[3m, ritm=\E[23m, +gnome-2012|GNOME Terminal 3.6.0, + use=vte-2012, + # GNOME terminal may automatically use the contents of the "xterm" terminfo to # supply key information which is not built into the program. With 2.22.3, # this list is built into the program (which addresses the inadvertant use of @@ -4070,7 +4076,7 @@ gnome+pcfkeys|VTE's variation on xterm+pcfkeys, use=vte+pcfkeys, vte|VTE aka GNOME Terminal, - use=vte-2008, + use=vte-2012, gnome|GNOME Terminal, use=vte, @@ -4087,7 +4093,7 @@ gnome-256color|GNOME Terminal with xterm 256-colors, # Since most of the terminfo-related behavior is due to the VTE library, # the terminfo is the same as gnome-terminal. xfce|Xfce Terminal, - use=vte, + use=vte-2008, #### Other GNOME # Multi-Gnome-Terminal 1.6.2 @@ -22937,4 +22943,6 @@ v3220|LANPAR Vision II model 3220/3221/3222, # * add nsterm-256color, make this the default nsterm -TD # * remove bw from nsterm-bce, per testing with tack -TD # +# 2012-10-12 +# * add vte-2012, gnome-2012, making these the defaults for vte/gnome ######## SHANTIH! SHANTIH! SHANTIH! -- 1.7.12.503.g5976753.dirty