X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_insch.3x.html;h=f8c833eb5c8e4d6e53605e63cbad41c3a436fbdc;hb=f367fa254ce3fe29710c86971f04e03111c2bd2c;hp=4ad06bdf1213b67070df109c4940cb5b76593620;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01;p=ncurses.git diff --git a/doc/html/man/curs_insch.3x.html b/doc/html/man/curs_insch.3x.html index 4ad06bdf..f8c833eb 100644 --- a/doc/html/man/curs_insch.3x.html +++ b/doc/html/man/curs_insch.3x.html @@ -1,7 +1,7 @@ @@ -40,6 +40,10 @@
 
+curs_insch(3x)                                           curs_insch(3x)
+
+
+
 
 

NAME

@@ -59,7 +63,7 @@
 
 

DESCRIPTION

-       These routines, insert the character ch before the charac-
+       These routines insert the character ch before the  charac-
        ter  under the cursor.  All characters to the right of the
        cursor are moved one space to the right, with  the  possi-
        bility  of the rightmost character on the line being lost.
@@ -74,6 +78,10 @@
        than  ERR")  upon  successful completion, unless otherwise
        noted in the preceding routine descriptions.
 
+       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.
+
 
 

NOTES

@@ -93,21 +101,12 @@
 

SEE ALSO

        curses(3x).
 
+       Comparable  functions  in  the  wide-character  (ncursesw)
+       library are described in curs_ins_wch(3x).
 
 
 
-
-
-
-
-
-
-
-
-
-
-
-
+                                                         curs_insch(3x)