Searched refs:CURSOR_MOVED (Results 1 – 2 of 2) sorted by relevance
613 return (jump_flags & CURSOR_MOVED) != 0; in do_mouse()685 moved = (jump_flags & CURSOR_MOVED); in do_mouse()1768 return IN_STATUS_LINE | CURSOR_MOVED; in jump_to_mouse()1776 return IN_SEP_LINE | CURSOR_MOVED; in jump_to_mouse()1989 count |= CURSOR_MOVED; // Cursor has moved in jump_to_mouse()
1941 #define CURSOR_MOVED 0x100 macro