mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-24 23:06:36 +00:00
Remove unnecessary redraws in the V2
This commit is contained in:
parent
0d7ab6f7f0
commit
4919c97921
@ -386,10 +386,6 @@ repeat:
|
||||
w = r_cons_get_size (&h);
|
||||
Layout_run (panels);
|
||||
r_core_panels_refresh (core);
|
||||
Layout_run (panels);
|
||||
r_core_panels_refresh (core); // FIX GLITCH
|
||||
Layout_run (panels);
|
||||
r_core_panels_refresh (core); // FIX GLITCH
|
||||
wheel = r_config_get_i (core->config, "scr.wheel");
|
||||
if (wheel)
|
||||
r_cons_enable_mouse (R_TRUE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user