]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
My recent fix for programmable function keys in syscons only worked
authorbde <bde@FreeBSD.org>
Tue, 5 Feb 2019 16:59:29 +0000 (16:59 +0000)
committerbde <bde@FreeBSD.org>
Tue, 5 Feb 2019 16:59:29 +0000 (16:59 +0000)
commit711105c7ed92b008d4860b25aaccbfd0ea5dd214
tree2d12ddd6494356d588dc94b540e1827b2264c21b
parent62679433016c36f4a25cfee64fc5e8d6fdc4a172
My recent fix for programmable function keys in syscons only worked
when TEKEN_CONS25 is configured.  Fix this by adding a function to
set the flag that enables the fix and always calling this function
for syscons.

Expand the man page for teken_set_cons25().  This function is not
very useful since it can only set but not clear 1 flag.  In practice,
it is only used when TEKEN_CONS25 is configured and all that does is
choose the the default emulation for syscons at compile time.
sys/dev/syscons/scterm-teken.c
sys/teken/libteken/teken.3
sys/teken/teken.c
sys/teken/teken.h