Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmouse.c143 return IN_STATUS_LINE; in get_fpos_of_mouse()
152 return IN_STATUS_LINE; // past bottom in get_fpos_of_mouse()
686 in_status_line = (jump_flags & IN_STATUS_LINE); in do_mouse()
691 && !(jump_flags & (IN_STATUS_LINE | IN_SEP_LINE))) in do_mouse()
1551 return IN_STATUS_LINE; in jump_to_mouse()
1731 return IN_STATUS_LINE; in jump_to_mouse()
1766 return IN_STATUS_LINE; in jump_to_mouse()
1768 return IN_STATUS_LINE | CURSOR_MOVED; in jump_to_mouse()
1798 return IN_STATUS_LINE; // Cursor didn't move in jump_to_mouse()
H A Dvim.h1938 #define IN_STATUS_LINE 2 // on status or command line macro