Searched defs:movecursor (Results 1 - 2 of 2) sorted by relevance

/external/libvterm/include/
H A Dvterm.h180 int (*movecursor)(VTermPos pos, VTermPos oldpos, int visible, void *user); member in struct:__anon25014
227 int (*movecursor)(VTermPos pos, VTermPos oldpos, int visible, void *user); member in struct:__anon25017
/external/libvterm/src/
H A Dscreen.c374 static int movecursor(VTermPos pos, VTermPos oldpos, int visible, void *user) function
378 if(screen->callbacks && screen->callbacks->movecursor)
379 return (*screen->callbacks->movecursor)(pos, oldpos, visible, screen->cbdata);
573 .movecursor = &movecursor,

Completed in 88 milliseconds