ultrix man page for insch

Query: insch

OS: ultrix

Section: 3cur

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

insch(3cur)															       insch(3cur)

Name
       insch, mvinsch, mvwinsch, winsch - insert character

Syntax
       #include <cursesX.h>

       int insch(ch)
       chtype ch;

       int winsch(win, ch)
       WINDOW *win;
       chtype ch;

       int mvinsch(y, x, ch)
       int y, x;
       chtype ch;

       int mvwinsch(win, y, x, ch)
       WINDOW *win;
       int y, x;
       chtype ch;

Description
       The routine inserts the character at the current cursor position on the default window.

       The routine inserts the character at the specified cursor position on the default window.

       The routine inserts the character at the current cursor position on the specified window.

       The routine inserts the character at the specified cursor position on the specified window.

       All  the routines cause the following actions.  All characters from the cursor position to the right edge are moved one space to the right.
       The last character on the line is always lost, even if it is a blank.  The cursor position does not change after the insert is completed.

       The and routines are macros.

Return Values
       The and functions return OK on success and ERR on error.

																       insch(3cur)
Related Man Pages
insch(3ncurses) - debian
mvwinsch(3ncurses) - suse
insch(3ncurses) - x11r4
insch(3ncurses) - bsd
insch(3ncurses) - v7
Similar Topics in the Unix Linux Community
Gemeinschaft 2.0.0 (Default branch)
Gemeinschaft 2.1.0 (2.1 branch)