Searched refs:VWF_SCROLL (Results 1 – 2 of 2) sorted by relevance
610 if ((vw->vw_flags & VWF_SCROLL) == 0) in vt_scroll()700 vw->vw_flags &= ~VWF_SCROLL; in vt_scrollmode_kbdevent()763 if (vw->vw_flags & VWF_SCROLL) { in vt_processkey()796 vw->vw_flags |= VWF_SCROLL; in vt_processkey()800 vw->vw_flags &= ~VWF_SCROLL; in vt_processkey()1360 if (vw->vw_flags & VWF_SCROLL) { in vtterm_cngetc()1373 vw->vw_flags |= VWF_SCROLL; in vtterm_cngetc()1378 vw->vw_flags &= ~VWF_SCROLL; in vtterm_cngetc()
279 #define VWF_SCROLL 0x4 /* Keys influence scrollback. */ macro