X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fman%2Fcurs_printw.3x.html;h=f845852dec40d3caf4a9f4e26f64115c7c73f3a6;hb=e2d7d0028f4298dca2b0edaf2dc8ce30518d9218;hp=5e88d60482aadf5122e450d481d8d8419e2472c8;hpb=f70db18a0c3c6a828d8a5999be37239f01c9d98a;p=ncurses.git diff --git a/doc/html/man/curs_printw.3x.html b/doc/html/man/curs_printw.3x.html index 5e88d604..f845852d 100644 --- a/doc/html/man/curs_printw.3x.html +++ b/doc/html/man/curs_printw.3x.html @@ -1,7 +1,7 @@ @@ -91,6 +91,10 @@ enough memory for the buffer used to format the results. It will return an error if the window pointer is null. + Functions with a "mv" prefix first perform a cursor move- + ment using wmove, and return an error if the position is + outside the window, or if the window pointer is null. +

PORTABILITY