Home
last modified time | relevance | path

Searched refs:_scrolling (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libcurses/base/
H A Dlib_newterm.c311 SP_PARM->_scrolling = ((scroll_forward && scroll_reverse) || in NCURSES_SP_NAME()
/openbsd/lib/libcurses/tinfo/
H A Dtinfo_driver.c705 sp->_scrolling = ((scroll_forward && scroll_reverse) || in drv_screen_init()
/openbsd/lib/libcurses/tty/
H A Dtty_update.c1011 if (SP_PARM->_scrolling) { in TINFO_DOUPDATE()
/openbsd/lib/libcurses/
H A Dcurses.priv.h1053 int _scrolling; /* 1 if terminal's smart enough to */ member