Home
last modified time | relevance | path

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

/freebsd/sys/dev/vt/
H A Dvt_core.c747 if ((vw->vw_flags & VWF_SCROLL) == 0) in vt_scroll()
846 vw->vw_flags &= ~VWF_SCROLL; in vt_scrollmode_kbdevent()
912 if (vw->vw_flags & VWF_SCROLL) { in vt_processkey()
945 vw->vw_flags |= VWF_SCROLL; in vt_processkey()
949 vw->vw_flags &= ~VWF_SCROLL; in vt_processkey()
1979 if (vw->vw_flags & VWF_SCROLL) { in vtterm_cngetc()
1992 vw->vw_flags |= VWF_SCROLL; in vtterm_cngetc()
1997 vw->vw_flags &= ~VWF_SCROLL; in vtterm_cngetc()
H A Dvt.h309 #define VWF_SCROLL 0x4 /* Keys influence scrollback. */ macro