X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_initscr.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_initscr.3x.html;h=77a1b64e59725f58570fb32f4d94c1d9682a65a5;hp=9e04741d9abc08b96bb7d10a09848d9df0cd82b0;hb=2560bc3dae7f4919060c02c91a593566c908091c;hpb=d62b54c082a8564aa0c715cddadb1160498b057f diff --git a/doc/html/man/curs_initscr.3x.html b/doc/html/man/curs_initscr.3x.html index 9e04741d..77a1b64e 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.28 2017/05/30 21:12:51 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