]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/html/man/curs_insstr.3x.html
ncurses 5.0
[ncurses.git] / Ada95 / html / man / curs_insstr.3x.html
similarity index 93%
rename from Ada95/html/curs_insstr.3x.html
rename to Ada95/html/man/curs_insstr.3x.html
index a6fe2b450c6cce79eea00e3e3f5bbc40d14a1915..b33902a00e57281e2c2d28ffdaf0a74365f10f10 100644 (file)
@@ -1,5 +1,5 @@
 <HTML>
-<BODY BGCOLOR="#99ccbb" TEXT="#000000" LINK="#4060b0" VLINK="#000080" ALINK="#ff4040">
+<BODY>
 <PRE>
        <STRONG>insstr</STRONG>,  <STRONG>insnstr</STRONG>,  <STRONG>winsstr</STRONG>, <STRONG>winsnstr</STRONG>, <STRONG>mvinsstr</STRONG>, <STRONG>mvinsnstr</STRONG>,
        <STRONG>mvwinsstr</STRONG>, <STRONG>mvwinsnstr</STRONG> - insert string before cursor  in  a
@@ -8,7 +8,7 @@
 
 </PRE>
 <H2>SYNOPSIS</H2><PRE>
-       <STRONG>#include</STRONG> <STRONG>&lt;curses.h&gt;</STRONG>
+       <STRONG>#include</STRONG> <STRONG><curses.h></STRONG>
        <STRONG>int</STRONG> <STRONG>insstr(const</STRONG> <STRONG>char</STRONG> <STRONG>*str);</STRONG>
        <STRONG>int</STRONG> <STRONG>insnstr(const</STRONG> <STRONG>char</STRONG> <STRONG>*str,</STRONG> <STRONG>int</STRONG> <STRONG>n);</STRONG>
        <STRONG>int</STRONG> <STRONG>winsstr(WINDOW</STRONG> <STRONG>*win,</STRONG> <STRONG>const</STRONG> <STRONG>char</STRONG> <STRONG>*str);</STRONG>
@@ -29,7 +29,7 @@
        acters  on  the line being lost.  The cursor position does
        not change (after moving to <EM>y</EM>, <EM>x</EM>, if specified). The  four
        routines with <EM>n</EM> as the last argument insert a leading sub-
-       string of at most <EM>n</EM> characters.  If <EM>n</EM>&lt;=0, then the  entire
+       string of at most <EM>n</EM> characters.  If <EM>n</EM><=0, then the  entire
        string is inserted.
 
        If  a  character in <EM>str</EM> is a tab, newline, carriage return
@@ -40,7 +40,7 @@
        in the <STRONG>^</STRONG><EM>X</EM> notation.  Calling <STRONG>winch</STRONG> after adding a  control
        character (and moving to it, if necessary) does not return
        the control character, but instead returns a character  in
-       the the ^-representation of the control character.
+       the ^-representation of the control character.
 
 
 </PRE>