Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ delch(3X) — Reliant UNIX 5.44c4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

curses(3X)

curses(5)

delch(3X)                                                         delch(3X)

NAME
     delch, mvdelch, mvwdelch, wdelch - delete a character from a window.

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

     #include <curses.h>

     int delch(void);

     int mvdelch(int y, int x);

     int mvwdelch(WINDOW *win, int y, int x);

     int wdelch(WINDOW *win);

DESCRIPTION
     These functions delete the character at the current or specified posi-
     tion in the current or specified window. This function does not change
     the cursor position.

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

ERRORS
     No errors are defined.

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

























Page 1                       Reliant UNIX 5.44                Printed 11/98

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