X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_clear.3x.html;h=a6e944107774bd487d039104273707d5edde13ff;hb=3d46d7e9d3e210417f34acf3b469378558398d07;hp=3a1236f81427f16cab356211e2e27c075df18945;hpb=349761f30e7fc0b4bf2718f7fc3da34e09ea6735;p=ncurses.git diff --git a/doc/html/man/curs_clear.3x.html b/doc/html/man/curs_clear.3x.html index 3a1236f8..a6e94410 100644 --- a/doc/html/man/curs_clear.3x.html +++ b/doc/html/man/curs_clear.3x.html @@ -1,4 +1,4 @@ - @@ -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