Searched refs:VWF_SCROLL (Results 1 – 2 of 2) sorted by relevance
716 if ((vw->vw_flags & VWF_SCROLL) == 0) in vt_scroll()815 vw->vw_flags &= ~VWF_SCROLL; in vt_scrollmode_kbdevent()879 if (vw->vw_flags & VWF_SCROLL) { in vt_processkey()912 vw->vw_flags |= VWF_SCROLL; in vt_processkey()916 vw->vw_flags &= ~VWF_SCROLL; in vt_processkey()1567 if (vw->vw_flags & VWF_SCROLL) { in vtterm_cngetc()1580 vw->vw_flags |= VWF_SCROLL; in vtterm_cngetc()1585 vw->vw_flags &= ~VWF_SCROLL; in vtterm_cngetc()
295 #define VWF_SCROLL 0x4 /* Keys influence scrollback. */ macro