Home
last modified time | relevance | path

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

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