mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-21 23:01:03 +00:00
Prevent runaway scrolling in Visual mode ##visual
This commit is contained in:
parent
4e603be2df
commit
3be4055019
@ -4038,6 +4038,9 @@ dodo:
|
||||
} else {
|
||||
ch = r_cons_readchar ();
|
||||
}
|
||||
#ifndef __WINDOWS__
|
||||
tcflush (STDIN_FILENO, TCIFLUSH);
|
||||
#endif
|
||||
if (r_cons_is_breaked()) {
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user