X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_scr_dump.3x;h=1ff4c42d2eac462967fd15e672082f7288709da2;hp=df3e79c1ffee19f058139d8f76a98eabdc0a3190;hb=dcfe712cb3492636e8d50c9867cf05aec089a576;hpb=96d6b16de0d487e5d3aed0302a179dbce11b5d96 diff --git a/man/curs_scr_dump.3x b/man/curs_scr_dump.3x index df3e79c1..1ff4c42d 100644 --- a/man/curs_scr_dump.3x +++ b/man/curs_scr_dump.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 1998-2006,2010 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.9 2010/12/04 18:40:45 tom Exp $ +.\" $Id: curs_scr_dump.3x,v 1.10 2017/01/07 19:25:15 tom Exp $ .TH curs_scr_dump 3X "" .na .hy 0 @@ -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