ncurses_deletelnDescriptionbool ncurses_deleteln ( void )
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() | ||||