WOP_WANT_CURSOR   221 lib/widget/button.c     w->options |= WOP_SELECTABLE | WOP_WANT_CURSOR | WOP_WANT_HOTKEY;
WOP_WANT_CURSOR   150 lib/widget/check.c     w->options |= WOP_SELECTABLE | WOP_WANT_CURSOR | WOP_WANT_HOTKEY;
WOP_WANT_CURSOR   369 lib/widget/group.c             if (widget_get_options (w, WOP_WANT_CURSOR) && widget_get_state (w, WST_VISIBLE)
WOP_WANT_CURSOR   962 lib/widget/input.c     w->options |= WOP_SELECTABLE | WOP_IS_INPUT | WOP_WANT_CURSOR;
WOP_WANT_CURSOR   241 lib/widget/radio.c     w->options |= WOP_SELECTABLE | WOP_WANT_CURSOR | WOP_WANT_HOTKEY;
WOP_WANT_CURSOR    20 lib/widget/widget-common.h #define widget_want_cursor(w,i) widget_set_options(w, WOP_WANT_CURSOR, i)
WOP_WANT_CURSOR  2153 src/editor/edit.c         w->options |= WOP_SELECTABLE | WOP_TOP_SELECT | WOP_WANT_CURSOR;
WOP_WANT_CURSOR   893 src/filemanager/chattr.c     w->options |= WOP_SELECTABLE | WOP_WANT_CURSOR;
WOP_WANT_CURSOR  1064 src/help.c         w->options |= WOP_SELECTABLE | WOP_WANT_CURSOR;