Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

insch(3cur)

NAME

insch, mvinsch, mvwinsch, winsch − insert character

SYNTAX

insch(ch)
chtype ch;

winsch(win, ch)
WINDOW ∗win;
chtype ch;

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

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

DESCRIPTION

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

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

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

The mvwinsch routine inserts the character ch 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 insch, mvinsch and mvwinsch routines are macros.

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026