mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-21 06:40:33 +00:00
Fix #1563 - Display bug on izz | more and izz |less
This commit is contained in:
parent
122aab8288
commit
954ee2d607
@ -364,6 +364,8 @@ R_API void r_cons_flush() {
|
||||
r_cons_reset ();
|
||||
return;
|
||||
}
|
||||
// fix | more | less problem
|
||||
r_cons_set_raw (1);
|
||||
}
|
||||
}
|
||||
if (tee&&*tee) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user