X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_initscr.3x.html;h=691d68480e6cd2bc25855905f6f63fe5052909f9;hp=a0c1cdae051dd26c49f28a61a1eb33efb36d5ecd;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=bca50d0d8592defee6c584fdedd25f4b1a31345b diff --git a/doc/html/man/curs_initscr.3x.html b/doc/html/man/curs_initscr.3x.html index a0c1cdae..691d6848 100644 --- a/doc/html/man/curs_initscr.3x.html +++ b/doc/html/man/curs_initscr.3x.html @@ -1,6 +1,7 @@ - @@ -34,7 +35,7 @@ curs_initscr 3x - + @@ -55,8 +56,10 @@ WINDOW *initscr(void); int endwin(void); + bool isendwin(void); - SCREEN *newterm(char *type, FILE *outfd, FILE *infd); + + SCREEN *newterm(const char *type, FILE *outfd, FILE *infd); SCREEN *set_term(SCREEN *new); void delscreen(SCREEN* sp);