Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmouse.c613 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()
H A Dvim.h1941 #define CURSOR_MOVED 0x100 macro