1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00

Refresh status bar when key prefix is eaten. It fixes bug 930.

This commit is contained in:
Laurent MONIN 2007-03-05 22:15:50 +01:00 committed by Laurent MONIN
parent d7400bed08
commit e4256e0e6a

View File

@ -1391,5 +1391,7 @@ eat_kbd_repeat_count(struct session *ses)
ses->kbdprefix.repeat_count = 0;
/* Clear status bar when prefix is eaten (bug 930) */
print_screen_status(ses);
return count;
}