projects
/
ncurses.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ncurses 5.9 - patch 20130608
[ncurses.git]
/
doc
/
html
/
man
/
curs_scanw.3x.html
diff --git
a/doc/html/man/curs_scanw.3x.html
b/doc/html/man/curs_scanw.3x.html
index 3e132c16c0bbb36dd4d31ef719ac2281cdea9080..fc46564a47901dc35a1fe5b3a5eb835ea226cec3 100644
(file)
--- a/
doc/html/man/curs_scanw.3x.html
+++ b/
doc/html/man/curs_scanw.3x.html
@@
-1,7
+1,7
@@
-<!DOCTYPE
HTML PUBLIC "-//IETF//DTD HTML 2.0
//EN">
+<!DOCTYPE
html PUBLIC "-//W3C//DTD HTML 4.01
//EN">
<!--
****************************************************************************
<!--
****************************************************************************
- * Copyright (c) 1998
,2000 Free Software Foundation, Inc.
*
+ * Copyright (c) 1998
-2006,2010 Free Software Foundation, Inc.
*
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy of this software and associated documentation files (the *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy of this software and associated documentation files (the *
@@
-27,7
+27,7
@@
* sale, use or other dealings in this Software without prior written *
* authorization. *
****************************************************************************
* sale, use or other dealings in this Software without prior written *
* authorization. *
****************************************************************************
- * @Id: curs_scanw.3x,v 1.1
2 2002/07/20 15:48:09
tom Exp @
+ * @Id: curs_scanw.3x,v 1.1
7 2010/12/04 18:40:45
tom Exp @
-->
<HTML>
<HEAD>
-->
<HTML>
<HEAD>
@@
-40,6
+40,10
@@
<HR>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
<HR>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
+<STRONG><A HREF="curs_scanw.3x.html">curs_scanw(3x)</A></STRONG> <STRONG><A HREF="curs_scanw.3x.html">curs_scanw(3x)</A></STRONG>
+
+
+
</PRE>
<H2>NAME</H2><PRE>
</PRE>
<H2>NAME</H2><PRE>
@@
-62,7
+66,7
@@
</PRE>
<H2>DESCRIPTION</H2><PRE>
The <STRONG>scanw</STRONG>, <STRONG>wscanw</STRONG> and <STRONG>mvscanw</STRONG> routines are analogous to
</PRE>
<H2>DESCRIPTION</H2><PRE>
The <STRONG>scanw</STRONG>, <STRONG>wscanw</STRONG> and <STRONG>mvscanw</STRONG> routines are analogous to
- <STRONG>scanf</STRONG>
[see <STRONG><A HREF="scanf.3S.html">scanf(3S
)</A></STRONG>]. The effect of these routines is as
+ <STRONG>scanf</STRONG>
[see <STRONG><A HREF="scanf.3.html">scanf(3
)</A></STRONG>]. The effect of these routines is as
though <STRONG>wgetstr</STRONG> were called on the window, and the result-
ing line used as input for <STRONG><A HREF="sscanf.3.html">sscanf(3)</A></STRONG>. Fields which do not
map to a variable in the <EM>fmt</EM> field are lost.
though <STRONG>wgetstr</STRONG> were called on the window, and the result-
ing line used as input for <STRONG><A HREF="sscanf.3.html">sscanf(3)</A></STRONG>. Fields which do not
map to a variable in the <EM>fmt</EM> field are lost.
@@
-82,6
+86,10
@@
<STRONG>wscanw</STRONG>, <STRONG>mvscanw</STRONG> and <STRONG>mvwscanw</STRONG> routines to determine the
number of fields which were mapped in the call.
<STRONG>wscanw</STRONG>, <STRONG>mvscanw</STRONG> and <STRONG>mvwscanw</STRONG> 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 <STRONG>wmove</STRONG>, and return an error if the position is
+ outside the window, or if the window pointer is null.
+
</PRE>
<H2>PORTABILITY</H2><PRE>
</PRE>
<H2>PORTABILITY</H2><PRE>
@@
-110,56
+118,11
@@
</PRE>
<H2>SEE ALSO</H2><PRE>
</PRE>
<H2>SEE ALSO</H2><PRE>
- <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>, <STRONG><A HREF="curs_getstr.3x.html">curs_getstr(3x)</A></STRONG>, <STRONG><A HREF="curs_printw.3x.html">curs_printw(3x)</A></STRONG>, <STRONG><A HREF="scanf.3S.html">scanf(3S)</A></STRONG>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>, <STRONG><A HREF="curs_getstr.3x.html">curs_getstr(3x)</A></STRONG>, <STRONG><A HREF="curs_printw.3x.html">curs_printw(3x)</A></STRONG>, <STRONG><A HREF="scanf.3.html">scanf(3)</A></STRONG>
+ <STRONG><A HREF="curs_scanw.3x.html">curs_scanw(3x)</A></STRONG>
</PRE>
<HR>
<ADDRESS>
</PRE>
<HR>
<ADDRESS>