Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tty/
H A Dtty_update.c116 static int ClrBottom(SCREEN *, int total);
123 static int ClrBottom(int total);
1014 nonempty = ClrBottom(NCURSES_SP_ARGx nonempty); in TINFO_DOUPDATE()
1145 nonempty = ClrBottom(NCURSES_SP_ARGx nonempty); in ClrUpdate()
1234 ClrBottom(NCURSES_SP_DCLx int total) in ClrBottom() function
/freebsd/contrib/ncurses/
H A DNEWS9651 + simplify ClrBottom() a little by allowing it to use clr_eos to clear
9676 + correct the value used for blank in ClrBottom() (broken in 20000708).
11373 + simplify ClrBottom() by eliminating the tstLine data, using for-loops
11932 _nc_freewin(), ClrBottom() and onscreen_mvcur() (analysis by Philippe
13467 + modify ClrBottom() to avoid using clr_eos if there is only one line
13812 and clr_bol (el1), refine logic in ClrUpdate() and ClrBottom() (patch