X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_initscr.3x.html;h=baf2951d841c2765649aad5faef8245f1fb1b9ad;hp=a0c1cdae051dd26c49f28a61a1eb33efb36d5ecd;hb=9193d076200365eeb5ff932acdbbdcc5e452292c;hpb=bca50d0d8592defee6c584fdedd25f4b1a31345b diff --git a/doc/html/man/curs_initscr.3x.html b/doc/html/man/curs_initscr.3x.html index a0c1cdae..baf2951d 100644 --- a/doc/html/man/curs_initscr.3x.html +++ b/doc/html/man/curs_initscr.3x.html @@ -1,6 +1,6 @@ @@ -34,7 +34,7 @@ curs_initscr 3x - + @@ -56,7 +56,7 @@ 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);