X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_scr_dump.3x;h=3a846ccf5b0357fbb8e12e500b90c9d7b17eb2b3;hp=7884f6aa0648faf4976e79defdef63d044f8e451;hb=d62b54c082a8564aa0c715cddadb1160498b057f;hpb=f70db18a0c3c6a828d8a5999be37239f01c9d98a diff --git a/man/curs_scr_dump.3x b/man/curs_scr_dump.3x index 7884f6aa..3a846ccf 100644 --- a/man/curs_scr_dump.3x +++ b/man/curs_scr_dump.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 1998-2005,2006 Free Software Foundation, Inc. * +.\" Copyright (c) 1998-2010,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_scr_dump.3x,v 1.7 2006/12/24 16:05:49 tom Exp $ +.\" $Id: curs_scr_dump.3x,v 1.11 2017/04/17 00:41:24 tom Exp $ .TH curs_scr_dump 3X "" .na .hy 0 @@ -34,7 +34,7 @@ \fBscr_dump\fR, \fBscr_restore\fR, \fBscr_init\fR, -\fBscr_set\fR - read (write) a \fBcurses\fR screen from (to) a file +\fBscr_set\fR \- read (write) a \fBcurses\fR screen from (to) a file .ad .hy .SH SYNOPSIS @@ -64,7 +64,7 @@ currently has on its screen. If the data is determined to be valid, than clearing the screen and starting from scratch. \fBscr_init\fR is used after \fBinitscr\fR or a \fBsystem\fR call to share the screen with another process which has done a \fBscr_dump\fR after its -\fBendwin\fR call. The data is declared invalid if the terminfo capabilities +\fBendwin\fR(3X) call. The data is declared invalid if the terminfo capabilities \fBrmcup\fR and \fBnrrmc\fR exist; also if the terminal has been written to since the preceding \fBscr_dump\fR call. .PP @@ -92,11 +92,9 @@ The SVr4 docs merely say under \fBscr_init\fR that the dump data is also considered invalid "if the time-stamp of the tty is old" but do not define "old". .SH SEE ALSO -\fBcurses\fR(3X), \fBcurs_initscr\fR(3X), \fBcurs_refresh\fR(3X), -\fBcurs_util\fR(3X), \fBsystem\fR(3) -.\"# -.\"# The following sets edit modes for GNU EMACS -.\"# Local Variables: -.\"# mode:nroff -.\"# fill-column:79 -.\"# End: +\fBcurses\fR(3X), +\fBcurs_initscr\fR(3X), +\fBcurs_refresh\fR(3X), +\fBcurs_util\fR(3X), +\fBscr_dump\fR(5), +\fBsystem\fR(3)