Query: ncurses_deleteln
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NCURSES_DELETELN(3) 1 NCURSES_DELETELN(3) ncurses_deleteln - Delete line at current position, move rest of screen upSYNOPSISbool ncurses_deleteln (void )DESCRIPTIONWarning This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. Deletes the current line under cursor position. All lines below the current line are moved up one line. The bottom line of window is cleared. Cursor position does not change.RETURN VALUESReturns FALSE on success, otherwise TRUE.SEE ALSOncurses_delch(3). PHP Documentation Group NCURSES_DELETELN(3)