Insert on cons25

"Paul B. Mahol" <[email protected]>
Newsgroups gmane.comp.web.elinks.user
Message-ID <[email protected]>
Summary: The Insert key doesnt work on cons25 (FreeBSD console) - at
least it doesnt work for me ....

Fix:

--- elinks-0.12-20080527/src/terminal/kbd.c     2008-05-27
00:40:04.000000000 +0200
+++ elinks-0.12-20080527_fix_for_KBD_INS_on_cons25/src/terminal/kbd.c
 2008-05-29 23:19:16.000000000 +0200
@@ -806,6 +806,7 @@
        case 'e': kbd.key = KBD_END; break;     /*   (VPR) kend */
        case 'H': kbd.key = KBD_HOME; break;    /*    CUP  khome    cons25 */
        case 'I': kbd.key = KBD_PAGE_UP; break; /*   (CHT) kpp      cons25 */
+       case 'L': kbd.key = KBD_INS; break;     /*         kich1    cons25 */
        case 'G': kbd.key = KBD_PAGE_DOWN; break; /* (CHA) knp      cons25 */
 /* Free BSD (TERM=cons25 etc.) */
 /*     case 'M': kbd.key = KBD_F1; break;*/    /*   (DL)  kf1      cons25 */
_______________________________________________
elinks-users mailing list
[email protected]
http://linuxfromscratch.org/mailman/listinfo/elinks-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.