Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ idlok(3cur) — Ultrix WS 2.0 VAX

Media Vault

Software Library

Restoration Projects

Artifacts Sought

idlok(3cur)

NAME

idlok − enable use of insert/delete line

SYNTAX

idlok(win, bf)
WINDOW ∗win;
bool bf;

DESCRIPTION

If enabled (bf is TRUE), curses uses the insert/delete line hardware of terminals if it is available. If disabled, curses will not use this feature. This option should be enabled only if the application needs insert/delete line; for example, for a screen editor. It is disabled by default as insert/delete line can be visually annoying when used in some applications.

If insert/delete line cannot be used, curses will redraw the changed portions of all lines.

Note
The terminal hardware insert/delete character feature is always used if available.

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