Remove two-letters names from xterm which cause database
duplicated entries. We don't use two-letter names already long time
This commit is contained in:
parent
77da360ce3
commit
1deb2bda1a
@ -30,7 +30,7 @@
|
||||
# SUCH DAMAGE.
|
||||
#
|
||||
# @(#)termcap.src 8.2 (Berkeley) 11/17/93
|
||||
# $Id: termcap.src,v 1.62 1996/10/17 17:47:28 pst Exp $
|
||||
# $Id: termcap.src,v 1.63 1996/10/17 17:50:15 pst Exp $
|
||||
|
||||
# Termcap source file
|
||||
# John Kunze, Berkeley
|
||||
@ -2515,7 +2515,7 @@ vt200-em|vt220-em|dec-vt200-em|dec-vt220-em|vt200 emulation (without semigraphic
|
||||
# 'xtermm' drops color in favor of additional function keys. If you need
|
||||
# both, use terminfo.
|
||||
#
|
||||
vs|xterm|xterm-24|xterms|vs100|xterm terminal emulator (X Window System):\
|
||||
xterm|xterm-24|xterms|vs100|xterm terminal emulator (X Window System):\
|
||||
:is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:\
|
||||
:rs=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:\
|
||||
:AL=\E[%dL:DL=\E[%dM:DC=\E[%dP:DO=\E[%dB:UP=\E[%dA:\
|
||||
@ -2546,11 +2546,11 @@ vs|xterm|xterm-24|xterms|vs100|xterm terminal emulator (X Window System):\
|
||||
:vi=\E[?25l:ve=\E[?25h:\
|
||||
:up=\E[A:us=\E[4m:ue=\E[24m:xn:\
|
||||
:ut:Co#8:op=\E[100m:AB=\E[4%dm:AF=\E[3%dm:
|
||||
v2|xterm-65|xterm with tall window 65x80 (X Window System):\
|
||||
xterm-65|xterm with tall window 65x80 (X Window System):\
|
||||
:li#65:tc=xterm:
|
||||
vb|xterm-bold|xterm with bold instead of underline (X Window System):\
|
||||
xterm-bold|xterm with bold instead of underline (X Window System):\
|
||||
:us=\E[1m:tc=xterm:
|
||||
vb|xterm-boldso|xterm with bold for standout (X Window System):\
|
||||
xterm-boldso|xterm with bold for standout (X Window System):\
|
||||
:so=\E[1m:tc=xterm:
|
||||
xtermm|monochrome xterm (X Window System):\
|
||||
:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
|
||||
|
Loading…
Reference in New Issue
Block a user