X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fman%2Fcurs_border.3x.html;h=f2f4d5659c9cc48d0dc79b5d10563d5209a70282;hb=0948e2c7ac34642a1f8a3a85000933bcbb258cff;hp=bc6d74f0fe96f8fe4e77e64ccd8c012bcdb2eec9;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e;p=ncurses.git diff --git a/doc/html/man/curs_border.3x.html b/doc/html/man/curs_border.3x.html index bc6d74f0..f2f4d565 100644 --- a/doc/html/man/curs_border.3x.html +++ b/doc/html/man/curs_border.3x.html @@ -1,4 +1,4 @@ - + @@ -124,6 +124,10 @@ X/Open does not define any error conditions. This imple- mentation returns 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. +

NOTES