Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/vt/
H A Dvt_core.c739 vt_scroll(struct vt_window *vw, int offset, int whence) in vt_scroll() function
841 vt_scroll(vw, 0, VHS_END); in vt_scrollmode_kbdevent()
847 vt_scroll(vw, 0, VHS_SET); in vt_scrollmode_kbdevent()
850 vt_scroll(vw, -1, VHS_CUR); in vt_scrollmode_kbdevent()
854 vt_scroll(vw, -size.tp_row, VHS_CUR); in vt_scrollmode_kbdevent()
857 vt_scroll(vw, 0, VHS_END); in vt_scrollmode_kbdevent()
860 vt_scroll(vw, 1, VHS_CUR); in vt_scrollmode_kbdevent()
864 vt_scroll(vw, size.tp_row, VHS_CUR); in vt_scrollmode_kbdevent()
946 vt_scroll(vw, 0, VHS_END); in vt_processkey()
1957 vt_scroll(vw, 0, VHS_END); in vtterm_cngetc()