X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_pad.3x.html;h=dbd8f635af46cc03527b16ca7c79ff8624248708;hp=1a6e159b3916c911ae7adefd6a20a8bf63faa881;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=06078d3fa68db669ed37178c01873546b4b28745 diff --git a/doc/html/man/curs_pad.3x.html b/doc/html/man/curs_pad.3x.html index 1a6e159b..dbd8f635 100644 --- a/doc/html/man/curs_pad.3x.html +++ b/doc/html/man/curs_pad.3x.html @@ -1,6 +1,7 @@ - - + curs_pad 3x - + @@ -185,8 +186,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.