Home
last modified time | relevance | path

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

/dports/editors/mle/mle-1.4.3/
H A Deditor.c377 editor->active_edit_root = bview_get_split_root(bview); in editor_set_active()
535 bview_draw(editor->active_edit_root); in editor_display()
1059 if (MLE_BVIEW_IS_EDIT(bview) && bview_get_split_root(bview) != editor->active_edit_root) { in _editor_draw_cursors()
H A Dmle.h69 bview_t *active_edit_root; member