Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2018 21:21:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 218741] vt: actions fkeyN starting from fkey13 don't generate any code
Message-ID:  <bug-218741-227-6AIB5N0fVX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-218741-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-218741-227@https.bugs.freebsd.org/bugzilla/>

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

Oleksandr Tymoshenko <gonzo@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ed@FreeBSD.org,
                   |                            |gonzo@FreeBSD.org

--- Comment #2 from Oleksandr Tymoshenko <gonzo@FreeBSD.org> ---
(In reply to vvv from comment #1)

Looks like vt emulation is limited to F1..F12 by design:

https://svnweb.freebsd.org/base/head/sys/dev/vt/vt_core.c?annotate=3D338324=
#l892

the key is then passed to teken/teken.c code that also handles only up to F=
12:
https://svnweb.freebsd.org/base/head/sys/teken/teken.c?annotate=3D333683#l6=
89

Extending that list to more F keys shouldn't be a problem from implementati=
on
point of view but i am not sure whether it's going to violate any standards.
Adding Ed to Cc so may be he can provide some input.

--=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-218741-227-6AIB5N0fVX>