Home
last modified time | relevance | path

Searched refs:VWF_SCROLL (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/vt/
HDvt_core.c654 if ((vw->vw_flags & VWF_SCROLL) == 0) in vt_scroll()
744 vw->vw_flags &= ~VWF_SCROLL; in vt_scrollmode_kbdevent()
808 if (vw->vw_flags & VWF_SCROLL) { in vt_processkey()
841 vw->vw_flags |= VWF_SCROLL; in vt_processkey()
845 vw->vw_flags &= ~VWF_SCROLL; in vt_processkey()
1406 if (vw->vw_flags & VWF_SCROLL) { in vtterm_cngetc()
1419 vw->vw_flags |= VWF_SCROLL; in vtterm_cngetc()
1424 vw->vw_flags &= ~VWF_SCROLL; in vtterm_cngetc()
HDvt.h287 #define VWF_SCROLL 0x4 /* Keys influence scrollback. */ macro