mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 19:47:31 +00:00
Disable mouse events when leaving the panels
This commit is contained in:
parent
eb0eade218
commit
7323e6ac11
@ -6152,6 +6152,7 @@ R_API int r_core_visual_panels_root(RCore *core, RPanelsRoot *panels_root) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
r_cons_enable_mouse (false);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user