Searched refs:VWF_SCROLL (Results 1 – 2 of 2) sorted by relevance
743 if ((vw->vw_flags & VWF_SCROLL) == 0) in vt_scroll()842 vw->vw_flags &= ~VWF_SCROLL; in vt_scrollmode_kbdevent()906 if (vw->vw_flags & VWF_SCROLL) { in vt_processkey()939 vw->vw_flags |= VWF_SCROLL; in vt_processkey()943 vw->vw_flags &= ~VWF_SCROLL; in vt_processkey()1759 if (vw->vw_flags & VWF_SCROLL) { in vtterm_cngetc()1772 vw->vw_flags |= VWF_SCROLL; in vtterm_cngetc()1777 vw->vw_flags &= ~VWF_SCROLL; in vtterm_cngetc()
298 #define VWF_SCROLL 0x4 /* Keys influence scrollback. */ macro