Searched refs:VWF_SCROLL (Results 1 – 2 of 2) sorted by relevance
746 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()
307 #define VWF_SCROLL 0x4 /* Keys influence scrollback. */ macro