X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_move.3x.html;h=c938a627a934d8b6f46f09c83ffacaf161c22574;hp=115219413e32712699867c52461af81ea88a6c3c;hb=8f6d94b8d6211a2323caef53fa4c96c475ec9a62;hpb=6208c89f98f1cf9fe0980bd8e791846ce007a13d diff --git a/doc/html/man/curs_move.3x.html b/doc/html/man/curs_move.3x.html index 11521941..c938a627 100644 --- a/doc/html/man/curs_move.3x.html +++ b/doc/html/man/curs_move.3x.html @@ -1,6 +1,6 @@
- +-curs_move(3x) curs_move(3x) +curs_move(3x) curs_move(3x) @@ -57,20 +57,18 @@
- These routines move the cursor associated with the window - to line y and column x. This routine does not move the - physical cursor of the terminal until refresh is called. - The position specified is relative to the upper left-hand - corner of the window, which is (0,0). + These routines move the cursor associated with the window to line y and + column x. This routine does not move the physical cursor of the termi- + nal until refresh(3x) is called. The position specified is relative to + the upper left-hand corner of the window, which is (0,0).
- These routines return ERR upon failure and OK (SVr4 speci- - fies only "an integer value other than ERR") upon success- - ful completion. + These routines return ERR upon failure and OK (SVr4 specifies only "an + integer value other than ERR") upon successful completion. - Specifically, they return an error if the window pointer - is null, or if the position is outside the window. + Specifically, they return an error if the window pointer is null, or if + the position is outside the window.
@@ -78,8 +76,7 @@
- These functions are described in the XSI Curses standard, - Issue 4. + These functions are described in the XSI Curses standard, Issue 4.
@@ -87,7 +84,7 @@ - curs_move(3x) + curs_move(3x)