X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_insstr.3x.html;h=becdc103a9ac7392d3c4dc5bf10dd73f8d0aaf26;hp=16278407921fb057dec86b8e663c50761dae06d2;hb=8e397cccba0aad135cb9a8a353756f4273a7cdf6;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/curs_insstr.3x.html b/doc/html/man/curs_insstr.3x.html index 16278407..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
@@ -97,13 +93,11 @@
        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.
 
@@ -114,15 +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 +