X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_kernel.3x;h=505ea1eee8e7336cdc8112430f3e23fff6448b99;hp=664d15d2505eb92bb20a7bd600353feffb82f2c5;hb=a8e3f06ac309504143cd56ac9ec55889bfdf4914;hpb=6a530b46563470c2ca73579d1994a0c8e275dd98 diff --git a/man/curs_kernel.3x b/man/curs_kernel.3x index 664d15d2..505ea1ee 100644 --- a/man/curs_kernel.3x +++ b/man/curs_kernel.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 1998-2010,2015 Free Software Foundation, Inc. * +.\" Copyright (c) 1998-2016,2017 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -26,7 +26,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_kernel.3x,v 1.20 2015/07/21 01:10:11 tom Exp $ +.\" $Id: curs_kernel.3x,v 1.22 2017/01/07 19:25:15 tom Exp $ .de bP .IP \(bu 4 .. @@ -83,12 +83,12 @@ current terminal modes as the "program" (in \fBcurses\fR) or "shell" (not in \fBcurses\fR) state for use by the \fBreset_prog_mode\fR and \fBreset_shell_mode\fR routines. This is done automatically by \fBinitscr\fR. There is one such save area for each screen context -allocated by \fBnewterm()\fR. +allocated by \fBnewterm\fR. .SS reset_prog_mode, reset_shell_mode .PP The \fBreset_prog_mode\fR and \fBreset_shell_mode\fR routines restore the terminal to "program" (in \fBcurses\fR) or "shell" (out of -\fBcurses\fR) state. These are done automatically by \fBendwin\fR +\fBcurses\fR) state. These are done automatically by \fBendwin\fR(3X) and, after an \fBendwin\fR, by \fBdoupdate\fR, so they normally are not called. .SS resetty, savetty