X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inch.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_inch.3x.html;h=6b37318c597e41531b0ecc332e4d279836edaf55;hb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;hp=8de0774aaf7dbf84924dffd851d4c02183e23594;hpb=5c90fc94a5ac426a5e51732720767d5f0041830d;p=ncurses.git diff --git a/doc/html/man/curs_inch.3x.html b/doc/html/man/curs_inch.3x.html index 8de0774a..6b37318c 100644 --- a/doc/html/man/curs_inch.3x.html +++ b/doc/html/man/curs_inch.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_inch.3x,v 1.23 2020/02/02 23:34:34 tom Exp @ + * @Id: curs_inch.3x,v 1.25 2020/10/18 00:25:23 tom Exp @ --> @@ -56,9 +56,10 @@ #include <curses.h> chtype inch(void); - chtype winch(WINDOW *win); - chtype mvinch(int y, int x); - chtype mvwinch(WINDOW *win, int y, int x); + chtype winch(WINDOW *win); + + chtype mvinch(int y, int x); + chtype mvwinch(WINDOW *win, int y, int x);

DESCRIPTION