X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_refresh.3x;fp=man%2Fcurs_refresh.3x;h=a32880df4895ababaf667fbd75357a9b2b9c96b3;hp=c1abae444f4315a3f7a7d45dd728974d8c9fe9ca;hb=894a177fd5228cdbe790bd1dc9435bd435c29681;hpb=7e062bb2764a87d98073a90ee65a234a2679f9c1 diff --git a/man/curs_refresh.3x b/man/curs_refresh.3x index c1abae44..a32880df 100644 --- a/man/curs_refresh.3x +++ b/man/curs_refresh.3x @@ -27,12 +27,19 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_refresh.3x,v 1.37 2023/09/30 21:38:11 tom Exp $ -.TH curs_refresh 3X 2023-09-30 "ncurses 6.4" "Library calls" -.ie \n(.g .ds `` \(lq -.el .ds `` `` -.ie \n(.g .ds '' \(rq -.el .ds '' '' +.\" $Id: curs_refresh.3x,v 1.38 2023/10/07 21:19:07 tom Exp $ +.TH curs_refresh 3X 2023-10-07 "ncurses 6.4" "Library calls" +.ie \n(.g \{\ +.ds `` \(lq +.ds '' \(rq +.\} +.el \{\ +.ie t .ds `` `` +.el .ds `` "" +.ie t .ds '' '' +.el .ds '' "" +.\} +. .de bP .ie n .IP \(bu 4 .el .IP \(bu 2 @@ -46,19 +53,17 @@ \fB\%wrefresh\fP \- refresh \fIcurses\fR windows or lines thereupon .SH SYNOPSIS -\fB#include \fP -.sp -\fBint refresh(void);\fP -.br -\fBint wrefresh(WINDOW *\fIwin\fB);\fR -.br -\fBint wnoutrefresh(WINDOW *\fIwin\fB);\fR -.br -\fBint doupdate(void);\fP -.sp -\fBint redrawwin(WINDOW *\fIwin\fB);\fR -.br -\fBint wredrawln(WINDOW *\fIwin\fB, int \fIbeg_line\fB, int \fInum_lines\fB);\fR +.nf +\fB#include +.PP +\fBint refresh(void); +\fBint wrefresh(WINDOW *\fIwin\fP); +\fBint wnoutrefresh(WINDOW *\fIwin\fP); +\fBint doupdate(void); +.PP +\fBint redrawwin(WINDOW *\fIwin\fP); +\fBint wredrawln(WINDOW *\fIwin\fP, int \fIbeg_line\fP, int \fInum_lines\fP); +.fi .SH DESCRIPTION .SS refresh/wrefresh The \fBrefresh\fP and \fBwrefresh\fP routines (or \fBwnoutrefresh\fP and