HomeSort by relevance Sort by last modified time
    Searched refs:movecursor (Results 1 - 3 of 3) sorted by null

  /external/libvterm/src/
screen.c 387 static int movecursor(VTermPos pos, VTermPos oldpos, int visible, void *user) function
391 if(screen->callbacks && screen->callbacks->movecursor)
392 return (*screen->callbacks->movecursor)(pos, oldpos, visible, screen->cbdata);
612 .movecursor = &movecursor,