Home
last modified time | relevance | path

Searched refs:cur_is_visible (Results 1 – 2 of 2) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dvisual.c1965 bool cur_is_visible = core->offset + p->cur < core->print->screen_bounds; in fix_cursor() local
1968 if ((!cur_is_visible && !is_close) || (!cur_is_visible && p->cur == 0)) { in fix_cursor()
1973 } else if ((!cur_is_visible && is_close) || !off_is_visible) { in fix_cursor()
H A Dpanels.c1515 bool cur_is_visible = core->offset + print->cur + 32 < print->screen_bounds; in __fix_cursor_down() local
1516 if (!cur_is_visible) { in __fix_cursor_down()