Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ deleteln(3X) — Reliant UNIX 5.44c4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

curses(3X)

insdelln(3X)

curses(5)

deleteln(3X)                                                   deleteln(3X)

NAME
     deleteln, wdeleteln - delete lines in a window

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

     #include <curses.h>

     int deleteln(void);

     int wdeleteln(WINDOW *win);

DESCRIPTION
     The deleteln() and wdeleteln() functions delete the line containing
     the cursor in the current or specified window and move all lines fol-
     lowing the current line one line toward the cursor. The last line of
     the window is cleared. The cursor position does not change.

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

ERRORS
     No errors are defined.

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




























Page 1                       Reliant UNIX 5.44                Printed 11/98

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