[Bug 218741] vt: actions fkeyN starting from fkey13 don't generate any code

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 15 21:21:22 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218741

Oleksandr Tymoshenko <gonzo at FreeBSD.org> changed:

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

--- Comment #2 from Oleksandr Tymoshenko <gonzo at 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=338324#l892

the key is then passed to teken/teken.c code that also handles only up to F12:
https://svnweb.freebsd.org/base/head/sys/teken/teken.c?annotate=333683#l689

Extending that list to more F keys shouldn't be a problem from implementation
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.

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


More information about the freebsd-bugs mailing list