Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Jan 2016 11:07:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 205797] Feature: Keyboard map item for backspace key that obeys DECBKM
Message-ID:  <bug-205797-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205797

            Bug ID: 205797
           Summary: Feature: Keyboard map item for backspace key that
                    obeys DECBKM
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: J.deBoynePollard-newsgroups@NTLWorld.COM

In an actual DEC VT52x terminal the operation of the <[X] (a.k.a. [Backspac=
e])
key is controlled by a DEC private mode setting, DECBKM.  This setting allo=
ws
applications to control whether the key sends the DEL or the BS character.=
=20
(It's also reachable via the menu on the terminal's local user interface.)

Neither the vt nor the syscons subsystems implement that.  So all vt and
syscons keyboard maps explicitly state either "bs" or "del" for that key.

The nosh toolset's virtual terminal subsystem does implement DECBKM, howeve=
r.=20
So it requires an extension to the kbdmap(5) format.  It employs this exten=
sion
in an overlay keyboard map supplied in the toolset, soft_backspace.kbd, tha=
t is
applied on top of the system-supplied ones during keyboard map import.

That extension is "bspace", defined as causing the emission of BS or DEL
according to the current value of the DECBKM setting.

Please don't use this name in the vt or syscons systems, unless you're
extending them likewise.  Thank you.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205797-8>