Home
last modified time | relevance | path

Searched refs:vt_scroll (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/dev/vt/
H A Dvt_core.c711 vt_scroll(struct vt_window *vw, int offset, int whence) in vt_scroll() function
804 vt_scroll(vw, 0, VHS_END); in vt_scrollmode_kbdevent()
810 vt_scroll(vw, 0, VHS_SET); in vt_scrollmode_kbdevent()
813 vt_scroll(vw, -1, VHS_CUR); in vt_scrollmode_kbdevent()
817 vt_scroll(vw, -size.tp_row, VHS_CUR); in vt_scrollmode_kbdevent()
820 vt_scroll(vw, 0, VHS_END); in vt_scrollmode_kbdevent()
823 vt_scroll(vw, 1, VHS_CUR); in vt_scrollmode_kbdevent()
827 vt_scroll(vw, size.tp_row, VHS_CUR); in vt_scrollmode_kbdevent()
909 vt_scroll(vw, 0, VHS_END); in vt_processkey()
1568 vt_scroll(vw, 0, VHS_END); in vtterm_cngetc()