1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

terminal doc: Add a comment about $TERM on FreeBSD.

This commit is contained in:
Kalle Olavi Niemitalo 2006-07-28 16:00:11 +03:00 committed by Miciah Dashiel Butler Masters
parent 8f99828c75
commit ee4c3ee426

View File

@ -692,7 +692,7 @@ decode_terminal_escape_sequence(struct itrm *itrm, struct term_event *ev)
case 'H': kbd.key = KBD_HOME; break; case 'H': kbd.key = KBD_HOME; break;
case 'I': kbd.key = KBD_PAGE_UP; break; case 'I': kbd.key = KBD_PAGE_UP; break;
case 'G': kbd.key = KBD_PAGE_DOWN; break; case 'G': kbd.key = KBD_PAGE_DOWN; break;
/* Free BSD */ /* Free BSD (TERM=cons25 etc.) */
/* case 'M': kbd.key = KBD_F1; break;*/ /* case 'M': kbd.key = KBD_F1; break;*/
case 'N': kbd.key = KBD_F2; break; case 'N': kbd.key = KBD_F2; break;
case 'O': kbd.key = KBD_F3; break; case 'O': kbd.key = KBD_F3; break;