]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/curs_instr.3x.html
ncurses 6.2 - patch 20201219
[ncurses.git] / doc / html / man / curs_instr.3x.html
index f223394a3b118586e75444cb0beed9e932b3f226..cd6e72787b98ca12791c2770611c2d62f68789f3 100644 (file)
        These routines return a string of characters in <EM>str</EM>, extracted starting
        at  the  current  cursor  position in the named window.  Attributes are
        stripped from the characters.  The four functions with <EM>n</EM>  as  the  last
-       argument  return  a leading substring at most <EM>n</EM> characters long (exclu-
-       sive of the trailing NUL).
+       argument   return  a  leading  substring  at  most  <EM>n</EM>  characters  long
+       (exclusive of the trailing NUL).
 
 
 </PRE><H2><a name="h2-RETURN-VALUE">RETURN VALUE</a></H2><PRE>
-       All of the functions return <STRONG>ERR</STRONG> upon failure, or the number of  charac-
-       ters actually read into the string.
+       All of the  functions  return  <STRONG>ERR</STRONG>  upon  failure,  or  the  number  of
+       characters actually read into the string.
 
        X/Open Curses defines no error conditions.  In this implementation: