X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_initscr.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_initscr.3x.html;h=ff3e6c26db896c22da47e109b7f18b7a4e15fab7;hb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;hp=395a786435b85194e9899ecb41791f3c36092822;hpb=5c90fc94a5ac426a5e51732720767d5f0041830d;p=ncurses.git diff --git a/doc/html/man/curs_initscr.3x.html b/doc/html/man/curs_initscr.3x.html index 395a7864..ff3e6c26 100644 --- a/doc/html/man/curs_initscr.3x.html +++ b/doc/html/man/curs_initscr.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_initscr.3x,v 1.32 2020/02/02 23:34:34 tom Exp @ + * @Id: curs_initscr.3x,v 1.33 2020/10/17 23:20:48 tom Exp @ --> @@ -56,7 +56,9 @@ WINDOW *initscr(void); int endwin(void); + bool isendwin(void); + SCREEN *newterm(const char *type, FILE *outfd, FILE *infd); SCREEN *set_term(SCREEN *new); void delscreen(SCREEN* sp);