X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_insstr.3x.html;h=b7e866c08e43c364e592e8af23da4b8c1b157a37;hp=16278407921fb057dec86b8e663c50761dae06d2;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=a6ccf7a72f2120013fd8b5baf1f19081d2e9769c diff --git a/doc/html/man/curs_insstr.3x.html b/doc/html/man/curs_insstr.3x.html index 16278407..b7e866c0 100644 --- a/doc/html/man/curs_insstr.3x.html +++ b/doc/html/man/curs_insstr.3x.html @@ -1,4 +1,3 @@ - + + + curs_insstr 3x @@ -39,21 +41,20 @@

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);
@@ -67,7 +68,7 @@
 
 
 
-

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
@@ -82,7 +83,7 @@
 
 
 
-

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
@@ -98,12 +99,12 @@
 
 
 
-

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.
 
@@ -115,14 +116,23 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

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