X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_pad.3x.html;h=0f2fffb719070bc4aaf4c4271538eb42a70c6897;hp=e4971813ba9982272646ba4e851f842f4a3a18da;hb=f9d358b4f3cf9b44727a0ee5c08f8ca6ae4e3821;hpb=a2ea66477b08cf07200cf7c319447d61d1360d85 diff --git a/doc/html/man/curs_pad.3x.html b/doc/html/man/curs_pad.3x.html index e4971813..0f2fffb7 100644 --- a/doc/html/man/curs_pad.3x.html +++ b/doc/html/man/curs_pad.3x.html @@ -1,7 +1,7 @@ @@ -97,16 +97,16 @@ wrefresh and wnoutrefresh except that they relate to pads instead of windows. The additional parameters are needed to indicate what part of the pad and screen are involved. - pminrow and pmincol specify the upper left-hand corner of - the rectangle to be displayed in the pad. sminrow, smin- - col, smaxrow, and smaxcol specify the edges of the rectan- - gle to be displayed on the screen. The lower right-hand - corner of the rectangle to be displayed in the pad is cal- - culated from the screen coordinates, since the rectangles - must be the same size. Both rectangles must be entirely - contained within their respective structures. Negative - values of pminrow, pmincol, sminrow, or smincol are treat- - ed as if they were zero. + The pminrow and pmincol parameters specify the upper left- + hand corner of the rectangle to be displayed in the pad. + The sminrow, smincol, smaxrow, and smaxcol parameters + specify the edges of the rectangle to be displayed on the + screen. The lower right-hand corner of the rectangle to + be displayed in the pad is calculated from the screen co- + ordinates, since the rectangles must be the same size. + Both rectangles must be entirely contained within their + respective structures. Negative values of pminrow, pmin- + col, sminrow, or smincol are treated as if they were zero. The pechochar routine is functionally equivalent to a call to addch followed by a call to refresh, a call to waddch