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/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218741 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=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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218741-227-6AIB5N0fVX>
