X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addwstr.3x.html;h=99ab802ec689ea8978d4c850ec5fbd763c6e217c;hp=5bfd04e605891bc825737667bb6accfa46d59b60;hb=3a935d9991cdf43ebfa952073c9b555f73a3e011;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/doc/html/man/curs_addwstr.3x.html b/doc/html/man/curs_addwstr.3x.html index 5bfd04e6..99ab802e 100644 --- a/doc/html/man/curs_addwstr.3x.html +++ b/doc/html/man/curs_addwstr.3x.html @@ -1,7 +1,7 @@ @@ -90,6 +90,10 @@ All routines return the integer ERR upon failure and OK on success. + 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. +

NOTES

@@ -105,7 +109,7 @@
 
 

SEE ALSO

-       Functions: curses(3x), curs_add_wch(3x)
+       curses(3x), curs_add_wch(3x)