Home
last modified time | relevance | path

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

/src/contrib/ncurses/ncurses/tty/
H A Dtty_update.c122 static int ClrBottom(SCREEN *, int total);
129 static int ClrBottom(int total);
1022 nonempty = ClrBottom(NCURSES_SP_ARGx nonempty); in TINFO_DOUPDATE()
1153 nonempty = ClrBottom(NCURSES_SP_ARGx nonempty); in ClrUpdate()
1242 ClrBottom(NCURSES_SP_DCLx int total) in ClrBottom() function
/src/contrib/ncurses/
H A DNEWS10220 + simplify ClrBottom() a little by allowing it to use clr_eos to clear
10245 + correct the value used for blank in ClrBottom() (broken in 20000708).
11942 + simplify ClrBottom() by eliminating the tstLine data, using for-loops
12501 _nc_freewin(), ClrBottom() and onscreen_mvcur() (analysis by Philippe
14036 + modify ClrBottom() to avoid using clr_eos if there is only one line
14381 and clr_bol (el1), refine logic in ClrUpdate() and ClrBottom() (patch