Searched defs:movecursor (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/libvterm/include/ |
| H A D | vterm.h | 390 int (*movecursor)(VTermPos pos, VTermPos oldpos, int visible, void *user); member 496 int (*movecursor)(VTermPos pos, VTermPos oldpos, int visible, void *user); member
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | harness.c | 240 static int movecursor(VTermPos pos, VTermPos oldpos UNUSED, int visible UNUSED, void *user UNUSED) in movecursor() function
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | screen.c | 406 static int movecursor(VTermPos pos, VTermPos oldpos, int visible, void *user) in movecursor() function
|