X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_pad.3x.html;h=5c1cd24c4005ff45c8b06f581895922df15dfb24;hp=1a6e159b3916c911ae7adefd6a20a8bf63faa881;hb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72;hpb=06078d3fa68db669ed37178c01873546b4b28745 diff --git a/doc/html/man/curs_pad.3x.html b/doc/html/man/curs_pad.3x.html index 1a6e159b..5c1cd24c 100644 --- a/doc/html/man/curs_pad.3x.html +++ b/doc/html/man/curs_pad.3x.html @@ -1,6 +1,6 @@ - + curs_pad 3x @@ -185,8 +185,10 @@ o SVr4 curses sets a flag in the WINDOW structure in newpad which tells if the window is a pad. - However, it uses this information only in wscrl, and does not check - in wrefresh to ensure that the pad is refreshed properly. + However, it uses this information only in waddch (to decide if it + should call wrefresh) and wscrl (to avoid scrolling a pad), and + does not check in wrefresh to ensure that the pad is refreshed + properly. o Solaris X/Open Curses checks if a window is a pad in wnoutrefresh, returning ERR in that case.