mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-22 00:32:15 +00:00
allows to return ESC on unknown escaped sequence
This commit is contained in:
parent
1fe38714a4
commit
975a5090e5
@ -56,7 +56,7 @@ int emile_scrolllist(emile_window_t *win, emile_list_t *list)
|
||||
{
|
||||
c = console_getchar();
|
||||
if (c != '[')
|
||||
continue;
|
||||
return '\033';
|
||||
c = console_getchar();
|
||||
if ( (c == 'B') && (list->current < list->nb - 1) )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user