X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_scanw.3x.html;h=fc46564a47901dc35a1fe5b3a5eb835ea226cec3;hp=3e132c16c0bbb36dd4d31ef719ac2281cdea9080;hb=e6f4ffe150c7d919792f29a70b4f031cfab5ef06;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/doc/html/man/curs_scanw.3x.html b/doc/html/man/curs_scanw.3x.html index 3e132c16..fc46564a 100644 --- a/doc/html/man/curs_scanw.3x.html +++ b/doc/html/man/curs_scanw.3x.html @@ -1,7 +1,7 @@ - + @@ -40,6 +40,10 @@
 
+curs_scanw(3x)                                           curs_scanw(3x)
+
+
+
 
 

NAME

@@ -62,7 +66,7 @@
 

DESCRIPTION

        The scanw, wscanw and mvscanw routines  are  analogous  to
-       scanf [see scanf(3S)].  The effect of these routines is as
+       scanf  [see scanf(3)].  The effect of these routines is as
        though wgetstr were called on the window, and the  result-
        ing line used as input for sscanf(3).  Fields which do not
        map to a variable in the fmt field are lost.
@@ -82,6 +86,10 @@
        wscanw,  mvscanw  and  mvwscanw  routines to determine the
        number of fields which were mapped in the call.
 
+       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

@@ -110,56 +118,11 @@
 
 

SEE ALSO

-       curses(3x), curs_getstr(3x), curs_printw(3x), scanf(3S)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+       curses(3x), curs_getstr(3x), curs_printw(3x), scanf(3)
 
 
 
+                                                         curs_scanw(3x)