Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/vt/
H A Dvt_core.c744 if ((vw->vw_flags & VWF_SCROLL) == 0) in vt_scroll()
843 vw->vw_flags &= ~VWF_SCROLL; in vt_scrollmode_kbdevent()
907 if (vw->vw_flags & VWF_SCROLL) { in vt_processkey()
940 vw->vw_flags |= VWF_SCROLL; in vt_processkey()
944 vw->vw_flags &= ~VWF_SCROLL; in vt_processkey()
1940 if (vw->vw_flags & VWF_SCROLL) { in vtterm_cngetc()
1953 vw->vw_flags |= VWF_SCROLL; in vtterm_cngetc()
1958 vw->vw_flags &= ~VWF_SCROLL; in vtterm_cngetc()
H A Dvt.h308 #define VWF_SCROLL 0x4 /* Keys influence scrollback. */ macro