Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ echo_wchar(3X) — Reliant UNIX 5.44c4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

addch(3X)

curses(3X)

doupdate(3X)

curses(5)

echo_wchar(3X)                                               echo_wchar(3X)

NAME
     echowchar, wechowchar - write a complex character and immediately
     refresh the window

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

     #include <curses.h>

     int echowchar(const cchart *wch);

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

DESCRIPTION
     The echowchar() function is equivalent to calling addwch() and then
     calling refresh().

     The wechowchar() function is equivalent to calling waddwch() and
     then calling wrefresh().

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

ERRORS
     No errors are defined.

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


























Page 1                       Reliant UNIX 5.44                Printed 11/98

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