Home
last modified time | relevance | path

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

/src/sys/dev/vt/
H A Dvt_core.c746 if ((vw->vw_flags & VWF_SCROLL) == 0) in vt_scroll()
845 vw->vw_flags &= ~VWF_SCROLL; in vt_scrollmode_kbdevent()
911 if (vw->vw_flags & VWF_SCROLL) { in vt_processkey()
944 vw->vw_flags |= VWF_SCROLL; in vt_processkey()
948 vw->vw_flags &= ~VWF_SCROLL; in vt_processkey()
1948 if (vw->vw_flags & VWF_SCROLL) { in vtterm_cngetc()
1961 vw->vw_flags |= VWF_SCROLL; in vtterm_cngetc()
1966 vw->vw_flags &= ~VWF_SCROLL; in vtterm_cngetc()
H A Dvt.h307 #define VWF_SCROLL 0x4 /* Keys influence scrollback. */ macro