X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inch.3x.html;h=6b37318c597e41531b0ecc332e4d279836edaf55;hb=7884aa084f9440fd964f14fe31853a5f85db5104;hp=c55eae8e928e890706af668f18998d9f14e122c6;hpb=06078d3fa68db669ed37178c01873546b4b28745;p=ncurses.git diff --git a/doc/html/man/curs_inch.3x.html b/doc/html/man/curs_inch.3x.html index c55eae8e..6b37318c 100644 --- a/doc/html/man/curs_inch.3x.html +++ b/doc/html/man/curs_inch.3x.html @@ -1,7 +1,8 @@ - + curs_inch 3x - + @@ -55,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