Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ ins_wch(3X) — Reliant UNIX 5.44c4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

curses(3X)

curses(5)

ins_wch(3X)                                                     ins_wch(3X)

NAME
     inswch, mvinswch, mvwinswch, winswch - insert a complex character
     and rendition into a window

SYNOPSIS
     cc [flag ...] file ... -lcurses [library ...]

     #include <curses.h>

     int inswch(const cchart *wch);

     int winswch(WINDOW *win, const cchart *wch);

     int mvinswch(int y, int x, const cchart *wch);

     int mvwinswch(WINDOW *win, int y, int x, const cchart *wch);

DESCRIPTION
     These functions insert the complex character wch with its rendition in
     the current or specified window at the current or specified cursor
     position.

     These functions do not perform wrapping. These functions do not
     advance the cursor position. These functions perform special-character
     processing, with the exception that if a newline is inserted into the
     last line of a window and scrolling is not enabled, the behavior is
     unspecified.

RETURN VALUE
     Upon successful completion, these functions return OK. Otherwise, they
     return ERR.

ERRORS
     No errors are defined.

NOTES
     For non-spacing characters, addwch() can be used to add the non-
     spacing characters to a spacing complex character already in the win-
     dow.

SEE ALSO
     addwch(3X), curses(3X), curses(5).













Page 1                       Reliant UNIX 5.44                Printed 11/98

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