Searched refs:PANE_FOCUSED (Results 1 – 2 of 2) sorted by relevance
596 if (push || (wp->flags & PANE_FOCUSED)) in server_client_check_focus()598 wp->flags &= ~PANE_FOCUSED; in server_client_check_focus()602 if (push || !(wp->flags & PANE_FOCUSED)) in server_client_check_focus()604 wp->flags |= PANE_FOCUSED; in server_client_check_focus()
909 #define PANE_FOCUSED 0x4 macro