X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_clear.3x.html;h=bf7fa0a208c38be0dc9533ec2dd3a95b65a3f3b1;hp=3a1236f81427f16cab356211e2e27c075df18945;hb=7884aa084f9440fd964f14fe31853a5f85db5104;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045 diff --git a/doc/html/man/curs_clear.3x.html b/doc/html/man/curs_clear.3x.html index 3a1236f8..bf7fa0a2 100644 --- a/doc/html/man/curs_clear.3x.html +++ b/doc/html/man/curs_clear.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_clear.3x,v 1.19 2020/10/03 21:43:37 tom Exp @ + * @Id: curs_clear.3x,v 1.20 2020/10/24 09:19:37 tom Exp @ --> @@ -55,16 +55,16 @@ #include <curses.h> int erase(void); - int werase(WINDOW *win); + int werase(WINDOW *win); int clear(void); - int wclear(WINDOW *win); + int wclear(WINDOW *win); int clrtobot(void); - int wclrtobot(WINDOW *win); + int wclrtobot(WINDOW *win); int clrtoeol(void); - int wclrtoeol(WINDOW *win); + int wclrtoeol(WINDOW *win);

DESCRIPTION