Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/vt/
H A Dvt_core.c716 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()
H A Dvt.h295 #define VWF_SCROLL 0x4 /* Keys influence scrollback. */ macro