mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-27 01:26:07 +00:00
Fix visual glitch with lastline fill
This commit is contained in:
parent
9c467f2ade
commit
c517036f20
@ -1623,7 +1623,7 @@ static void r_core_visual_refresh (RCore *core) {
|
||||
}
|
||||
|
||||
/* hack to blank last line. move prompt here? */
|
||||
r_cons_fill_line ();
|
||||
//r_cons_fill_line ();
|
||||
if (autoblocksize) {
|
||||
r_cons_gotoxy (0, 0);
|
||||
r_cons_flush ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user