Searched refs:VWF_SCROLL (Results 1 – 2 of 2) sorted by relevance
716 if ((vw->vw_flags & VWF_SCROLL) == 0) in vt_scroll()806 vw->vw_flags &= ~VWF_SCROLL; in vt_scrollmode_kbdevent()870 if (vw->vw_flags & VWF_SCROLL) { in vt_processkey()903 vw->vw_flags |= VWF_SCROLL; in vt_processkey()907 vw->vw_flags &= ~VWF_SCROLL; in vt_processkey()1551 if (vw->vw_flags & VWF_SCROLL) { in vtterm_cngetc()1564 vw->vw_flags |= VWF_SCROLL; in vtterm_cngetc()1569 vw->vw_flags &= ~VWF_SCROLL; in vtterm_cngetc()
295 #define VWF_SCROLL 0x4 /* Keys influence scrollback. */ macro