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=9e04741d9abc08b96bb7d10a09848d9df0cd82b0;hb=9193d076200365eeb5ff932acdbbdcc5e452292c;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40 diff --git a/doc/html/man/curs_initscr.3x.html b/doc/html/man/curs_initscr.3x.html index 9e04741d..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); @@ -188,8 +188,8 @@ Quoting from X/Open Curses, section 3.1.1: Curses implementations may provide for special handling of the - SIGINT, SIGQUIT and SIGTSTP signals if their disposition is - SIG_DFL at the time initscr is called ... + SIGINT, SIGQUIT and SIGTSTP signals if their disposition is + SIG_DFL at the time initscr is called ... Any special handling for these signals may remain in effect for the life of the process or until the process changes the disposi- @@ -229,9 +229,9 @@ terminal modes with def_shell_mode (see curs_kernel(3x)). SIGWINCH - This handles the window-size changes which were initially ignored - in the standardization efforts. The handler sets a (signal-safe) - variable which is later tested in wgetch (see curs_getch(3x)). If + This handles the window-size changes which were ignored in the + standardization efforts. The handler sets a (signal-safe) vari- + able which is later tested in wgetch (see curs_getch(3x)). If keypad has been enabled for the corresponding window, wgetch re- turns the key symbol KEY_RESIZE. At the same time, wgetch calls resizeterm to adjust the standard screen stdscr, and update other