mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-14 03:42:53 +03:00
don't show cursor in listboxes.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
50ae5a8c6b
commit
916eba33a7
@ -2738,6 +2738,7 @@ listbox_new (int y, int x, int height, int width, gboolean deletable, lcback cal
|
||||
l->allow_duplicates = TRUE;
|
||||
l->scrollbar = !tty_is_slow ();
|
||||
widget_want_hotkey (l->widget, 1);
|
||||
widget_want_cursor (l->widget, 0);
|
||||
|
||||
return l;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user