X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_insstr.3x.html;h=becdc103a9ac7392d3c4dc5bf10dd73f8d0aaf26;hp=59d30027efa46579883fa4a29e2d982383861d57;hb=3eda6f30a84d53844d2ebceadb457e2e7e9cfbf3;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/doc/html/man/curs_insstr.3x.html b/doc/html/man/curs_insstr.3x.html index 59d30027..becdc103 100644 --- a/doc/html/man/curs_insstr.3x.html +++ b/doc/html/man/curs_insstr.3x.html @@ -1,4 +1,3 @@ - + + + curs_insstr 3x -

curs_insstr 3x

-
+

curs_insstr 3x

-
 curs_insstr(3x)                                         curs_insstr(3x)
 
 
 
 
-
-

NAME

+

NAME

        insstr,  insnstr,  winsstr, winsnstr, mvinsstr, mvinsnstr,
        mvwinsstr, mvwinsnstr - insert string before cursor  in  a
        curses window
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
        int insstr(const char *str);
        int insnstr(const char *str, int n);
@@ -66,8 +64,7 @@
        int n);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        These routines insert a character string (as many  charac-
        ters  as  will fit on the line) before the character under
        the cursor.  All characters to the right of the cursor are
@@ -81,8 +78,7 @@
        Special characters are handled as in addch.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        All routines that return an integer return ERR upon  fail-
        ure  and  OK  (SVr4 specifies only "an integer value other
        than ERR") upon successful  completion,  unless  otherwise
@@ -92,14 +88,16 @@
        tion, if the window parameter is null or the str parameter
        is null, an error is returned.
 
+       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

+
+

NOTES

        Note that all but winsnstr may be macros.
 
 
-
-

PORTABILITY

+

PORTABILITY

        These  functions are described in the XSI Curses standard,
        Issue 4, which adds const qualifiers to the arguments.
 
@@ -110,18 +108,23 @@
        inconsistency.
 
 
-
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_util(3x), curs_clear(3x), curs_inch(3x).
 
 
 
                                                         curs_insstr(3x)
 
-
-
-Man(1) output converted with -man2html -
+