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=9d8496d64a24f93e4860271c6923ffdfce1ed3dd;hb=9193d076200365eeb5ff932acdbbdcc5e452292c;hpb=06078d3fa68db669ed37178c01873546b4b28745 diff --git a/doc/html/man/curs_initscr.3x.html b/doc/html/man/curs_initscr.3x.html index 9d8496d6..baf2951d 100644 --- a/doc/html/man/curs_initscr.3x.html +++ b/doc/html/man/curs_initscr.3x.html @@ -1,6 +1,6 @@ - + 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);