ERASE_LINE(2) SYSTEM CALLS ERASE_LINE(2)
NAME
erase_line - "returns escape sequence to erase VT100 line
SYNOPSIS
string erase_line ();
DESCRIPTION
If this_player() has the "vt100" attribute set, this
simul_efun will return the VT100 "line erase" escape
sequence, so that the string will erase the current line on
a VT100-compatible terminal. If "vt100" is not set, returns
a null string.
NOTE: Do NOT use ed to edit the file vt100.c, or the escape
sequences will be corrupted. (ed strips out escape charac-
ters).
SEE ALSO
inverse, blink, bold, underscore, clear_screen, clear_line,
up_line
AUTHOR
Ichabod@TMI, 3/19/93
MudOS Release 0.9 Last change: 3-19-93