OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sb_popline
(Results
1 - 3
of
3
) sorted by null
/external/libvterm/include/
vterm.h
233
int (*
sb_popline
)(int cols, VTermScreenCell *cells, void *user);
member in struct:__anon8715
/external/libvterm/src/
screen.c
528
if(!is_altscreen && screen->callbacks && screen->callbacks->
sb_popline
) {
531
if(!(screen->callbacks->
sb_popline
(screen->cols, screen->sb_buffer, screen->cbdata)))
728
/* static because it's only used internally for
sb_popline
during resize */
/packages/apps/Terminal/jni/
com_android_terminal_Terminal.cpp
266
.
sb_popline
= term_sb_popline,
Completed in 57 milliseconds