mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 23:35:20 +00:00
Tim Hentenaar's redesigned input requires changes to PDC_flushinp().
This commit is contained in:
@@ -501,7 +501,8 @@ void PDC_flushinp(void)
|
||||
{
|
||||
PDC_LOG(("PDC_flushinp() - called\n"));
|
||||
|
||||
while (PDC_check_key());
|
||||
while (PDC_check_key())
|
||||
PDC_get_key();
|
||||
}
|
||||
|
||||
int PDC_mouse_set(void)
|
||||
|
||||
Reference in New Issue
Block a user