X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=man%2Fcurs_refresh.3x;fp=man%2Fcurs_refresh.3x;h=90d18ea78f15b90a4b28a8a8bca3059abb0b85f8;hb=a47b9e53836434777854387fa6f09f2137ec2111;hp=aad36e3d51a41b5438c0d5bd108d0be2b67c681d;hpb=aef6681d538d4bd02cfdf9f52aeefec62488efd6;p=ncurses.git diff --git a/man/curs_refresh.3x b/man/curs_refresh.3x index aad36e3d..90d18ea7 100644 --- a/man/curs_refresh.3x +++ b/man/curs_refresh.3x @@ -27,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_refresh.3x,v 1.30 2023/07/01 14:31:54 tom Exp $ -.TH curs_refresh 3X 2023-07-01 "ncurses 6.4" "Library calls" +.\" $Id: curs_refresh.3x,v 1.31 2023/08/19 19:47:40 tom Exp $ +.TH curs_refresh 3X 2023-08-19 "ncurses 6.4" "Library calls" .ie \n(.g .ds `` \(lq .el .ds `` `` .ie \n(.g .ds '' \(rq @@ -82,9 +82,11 @@ In addition to all the window structures, \fBcurses\fP keeps two data structures representing the terminal screen: .bP -a \fIphysical screen\fP, describing what is actually on the screen, and +a \fIphysical screen\fP, +describing what is actually on the screen, and .bP -a \fIvirtual screen\fP, describing what the programmer wants to have on the screen. +a \fIvirtual screen\fP, +describing what the programmer wants to have on the screen. .PP The routine \fBwrefresh\fP works by .bP