X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_initscr.3x.html;h=9d8496d64a24f93e4860271c6923ffdfce1ed3dd;hb=06078d3fa68db669ed37178c01873546b4b28745;hp=9e04741d9abc08b96bb7d10a09848d9df0cd82b0;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40;p=ncurses.git diff --git a/doc/html/man/curs_initscr.3x.html b/doc/html/man/curs_initscr.3x.html index 9e04741d..9d8496d6 100644 --- a/doc/html/man/curs_initscr.3x.html +++ b/doc/html/man/curs_initscr.3x.html @@ -26,7 +26,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_initscr.3x,v 1.27 2017/03/04 20:59:02 tom Exp @ + * @Id: curs_initscr.3x,v 1.29 2017/11/18 23:47:37 tom Exp @ --> @@ -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