Searched hist:"3 a19918442bf0cb5c41ac7f7d1217c462a09813f" (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/teken/libteken/ |
H A D | teken.3 | diff 3a19918442bf0cb5c41ac7f7d1217c462a09813f Tue Feb 05 17:59:29 CET 2019 Bruce Evans <bde@FreeBSD.org> 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.
|
/freebsd/sys/teken/ |
H A D | teken.h | diff 3a19918442bf0cb5c41ac7f7d1217c462a09813f Tue Feb 05 17:59:29 CET 2019 Bruce Evans <bde@FreeBSD.org> 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.
|
H A D | teken.c | diff 3a19918442bf0cb5c41ac7f7d1217c462a09813f Tue Feb 05 17:59:29 CET 2019 Bruce Evans <bde@FreeBSD.org> 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.
|
/freebsd/sys/dev/syscons/ |
H A D | scterm-teken.c | diff 3a19918442bf0cb5c41ac7f7d1217c462a09813f Tue Feb 05 17:59:29 CET 2019 Bruce Evans <bde@FreeBSD.org> 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.
|