ncurses_deleteln
Delete line at current position, move rest of screen up
Description
boolncurses_deleteln
&warn.experimental.func;
ncurses_deleteln deletes the current line under
cursorposition. All lines below the current line are moved up one
line.
The bottom line of window is cleared. Cursor position does not
change.
Returns &false; on success, otherwise &true;.
See also: ncurses_delch