X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_ins_wstr.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_ins_wstr.3x.html;h=0aee76a02d0c3861f5010b29658c88b8a288ae93;hp=a5dac145a0282216dff93d8b12edddbd5c526fde;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=9f479192e3ca3413d235c66bf058f8cc63764898 diff --git a/doc/html/man/curs_ins_wstr.3x.html b/doc/html/man/curs_ins_wstr.3x.html index a5dac145..0aee76a0 100644 --- a/doc/html/man/curs_ins_wstr.3x.html +++ b/doc/html/man/curs_ins_wstr.3x.html @@ -34,53 +34,53 @@ -curs_ins_wstr 3X +curs_ins_wstr 3x -

curs_ins_wstr 3X

+

curs_ins_wstr 3x

-curs_ins_wstr(3X)                                            curs_ins_wstr(3X)
+curs_ins_wstr(3x)                                            curs_ins_wstr(3x)
 
 
 
 
 

NAME

-       ins_wstr, ins_nwstr, wins_wstr, wins_nwstr, mvins_wstr, mvins_nwstr,
-       mvwins_wstr, mvwins_nwstr - insert a wide-character string into a
+       ins_wstr, ins_nwstr, wins_wstr, wins_nwstr, mvins_wstr, mvins_nwstr,
+       mvwins_wstr, mvwins_nwstr - insert a wide-character string into a
        curses window
 
 
 

SYNOPSIS

-       #include <curses.h>
+       #include <curses.h>
 
-       int ins_wstr(const wchar_t *wstr);
-       int ins_nwstr(const wchar_t *wstr, int n);
-       int wins_wstr(WINDOW *win, const wchar_t *wstr);
-       int wins_nwstr(WINDOW *win, const wchar_t *wstr, int n);
+       int ins_wstr(const wchar_t *wstr);
+       int ins_nwstr(const wchar_t *wstr, int n);
+       int wins_wstr(WINDOW *win, const wchar_t *wstr);
+       int wins_nwstr(WINDOW *win, const wchar_t *wstr, int n);
 
-       int mvins_wstr(int y, int x, const wchar_t *wstr);
-       int mvins_nwstr(int y, int x, const wchar_t *wstr, int n);
-       int mvwins_wstr(WINDOW *win, int y, int x, const wchar_t *wstr);
-       int mvwins_nwstr(WINDOW *win, int y, int x, const wchar_t *wstr, int n);
+       int mvins_wstr(int y, int x, const wchar_t *wstr);
+       int mvins_nwstr(int y, int x, const wchar_t *wstr, int n);
+       int mvwins_wstr(WINDOW *win, int y, int x, const wchar_t *wstr);
+       int mvwins_nwstr(WINDOW *win, int y, int x, const wchar_t *wstr, int n);
 
 
 

DESCRIPTION

-       These routines insert a wchar_t character string (as many characters as
+       These routines insert a wchar_t character string (as many characters as
        will fit on the line) before the character under the cursor.  All char-
        acters to the right of the cursor are shifted right, with the possibil-
        ity of the rightmost characters on the line being lost.  No wrapping is
-       performed.   The cursor position does not change (after moving to y, x,
-       if specified).  The four routines with n as the last argument insert  a
-       leading  substring  of at most n wchar_t characters.  If n is less than
+       performed.   The cursor position does not change (after moving to y, x,
+       if specified).  The four routines with n as the last argument insert  a
+       leading  substring  of at most n wchar_t characters.  If n is less than
        1, the entire string is inserted.
 
-       If a character in wstr is a tab, newline, carriage return or backspace,
+       If a character in wstr is a tab, newline, carriage return or backspace,
        the  cursor  is  moved appropriately within the window.  A newline also
-       does a clrtoeol before moving.  Tabs are  considered  to  be  at  every
-       eighth column.  If a character in wstr is another control character, it
-       is drawn in the ^X notation.  Calling win_wch after  adding  a  control
+       does a clrtoeol before moving.  Tabs are  considered  to  be  at  every
+       eighth column.  If a character in wstr is another control character, it
+       is drawn in the ^X notation.  Calling win_wch after  adding  a  control
        character  (and moving to it, if necessary) does not return the control
        character, but instead returns a character in the  ^-representation  of
        the control character.
@@ -95,20 +95,20 @@
 
 
 

RETURN VALUE

-       Upon successful completion, these functions return OK.  Otherwise, they
-       return ERR.
+       Upon successful completion, these functions return OK.  Otherwise, they
+       return ERR.
 
        Functions with a "mv" prefix first  perform  a  cursor  movement  using
-       wmove, and return an error if the position is outside the window, or if
+       wmove, and return an error if the position is outside the window, or if
        the window pointer is null.
 
 
 

SEE ALSO

-       curses(3X), curs_insstr(3X), curs_in_wch(3X), curs_ins_wch(3X).
+       curses(3x), curs_insstr(3x), curs_in_wch(3x), curs_ins_wch(3x).
 
 
 
-                                                             curs_ins_wstr(3X)
+                                                             curs_ins_wstr(3x)