F! and F7

Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2023-09-26 13:19:13 +02:00
parent 329a1df3b0
commit 0b9eec4aef
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -477,6 +477,7 @@ int text_get_event( void )
break;
case ';':
case KEY_IC: /* Ins */
case KEY_F( 7 ):
case KEY_F( 8 ):
hpkey = BUTTON_ALPHA;
break;
@ -490,6 +491,7 @@ int text_get_event( void )
case '|': /* Shift+\ */
case KEY_SEND: /* Shift+End */
case KEY_F( 1 ):
case KEY_F( 10 ):
nodelay( stdscr, FALSE );
echo();