https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218741
Oleksandr Tymoshenko <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #2 from Oleksandr Tymoshenko <[email protected]> --- (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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
