X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inopts.3x.html;h=7d4d049bd23974778bdc8268f1b8a314ba791f3c;hp=a468d00a14f8242796a167cd2fc158993baf4a78;hb=7884aa084f9440fd964f14fe31853a5f85db5104;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045 diff --git a/doc/html/man/curs_inopts.3x.html b/doc/html/man/curs_inopts.3x.html index a468d00a..7d4d049b 100644 --- a/doc/html/man/curs_inopts.3x.html +++ b/doc/html/man/curs_inopts.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_inopts.3x,v 1.31 2020/10/03 21:54:26 tom Exp @ + * @Id: curs_inopts.3x,v 1.32 2020/10/24 09:18:33 tom Exp @ --> @@ -61,11 +61,11 @@ int echo(void); int noecho(void); - int intrflush(WINDOW *win, bool bf); - int keypad(WINDOW *win, bool bf); - int meta(WINDOW *win, bool bf); - int nodelay(WINDOW *win, bool bf); - int notimeout(WINDOW *win, bool bf); + int intrflush(WINDOW *win, bool bf); + int keypad(WINDOW *win, bool bf); + int meta(WINDOW *win, bool bf); + int nodelay(WINDOW *win, bool bf); + int notimeout(WINDOW *win, bool bf); int nl(void); int nonl(void); @@ -76,11 +76,11 @@ void qiflush(void); void noqiflush(void); - int halfdelay(int tenths); - void timeout(int delay); - void wtimeout(WINDOW *win, int delay); + int halfdelay(int tenths); + void timeout(int delay); + void wtimeout(WINDOW *win, int delay); - int typeahead(int fd); + int typeahead(int fd);

DESCRIPTION