Searched refs:sb_popline (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/serialconnect/libvterm/include/
H A Dvterm.h241 int (*sb_popline)(int cols, VTermScreenCell *cells, void *user); member in struct:__anon16
/haiku/src/apps/serialconnect/libvterm/src/
H A Dscreen.c541 if(!is_altscreen && screen->callbacks && screen->callbacks->sb_popline) {
552 if(!(screen->callbacks->sb_popline(screen->cols, screen->sb_buffer, screen->cbdata)))
780 /* static because it's only used internally for sb_popline during resize */

Completed in 86 milliseconds