X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_border.3x.html;h=99dfca9431f78601c4cfbc24d657bb3bc70092c8;hb=0ac2306dd3aaab1338d8b1458c15a7e476cfc3ff;hp=bc6d74f0fe96f8fe4e77e64ccd8c012bcdb2eec9;hpb=d448186ac240901c6976dc74c260f052d3ed53e4;p=ncurses.git diff --git a/doc/html/man/curs_border.3x.html b/doc/html/man/curs_border.3x.html index bc6d74f0..99dfca94 100644 --- a/doc/html/man/curs_border.3x.html +++ b/doc/html/man/curs_border.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_border.3x,v 1.20 2010/07/31 16:12:01 tom Exp @ + * @Id: curs_border.3x,v 1.21 2010/08/14 23:29:16 tom Exp @ --> @@ -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