[xorg-bugzilla-noise] [Bug 855] New: xterm displays DEL but it
should instead ignore it
bugzilla-daemon at pdx.freedesktop.org
bugzilla-daemon at pdx.freedesktop.org
Sun Jul 11 11:11:25 PDT 2004
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter your comments there.
http://freedesktop.org/bugzilla/show_bug.cgi?id=855
Summary: xterm displays DEL but it should instead ignore it
Product: xorg
Version: unspecified
Platform: PC
URL: http://cvsweb.xfree86.org/cvsweb/xc/programs/xterm/VTPrs
Tbl.c?rev=3.26&content-type=text/vnd.viewcvs-markup
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: App/xterm
AssignedTo: xorg-bugzilla-noise at freedesktop.org
ReportedBy: hugh at mimosa.com
CC: hugh at mimosa.com
DEL is a control character that should be (essentially) ignored when written to
a screen.
This was the case for xterm until 2002 Dec 8 when T. Dickey changed the XFree86
version. This was a mistake, as evidenced by the fact that he has changed it
back (at my prompting) recently (since the fork).
The correct fix is to change the initialization of VTPrsTbl.c's ansi_table[0x7f]
from CASE_PRINT to CASE_IGNORE. All the other tables defined in this file seem
to have CASE_IGNORE for DEL.
This change was independently derived by me.
--
Configure bugmail: http://freedesktop.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the xorg-bugzilla-noise
mailing list