Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
curses_deleteln, deleteln, wdeleteln — curses delete single line routinesLIBRARY
Curses Library (libcurses, -lcurses)DESCRIPTION
These functions delete a single line from stdscr or from the specified window.RETURN VALUES
Functions returning pointers will return NULL if an error is detected. The functions that return an int will return one of the following values:- OK
- The function completed successfully.
- ERR
- An error occurred in the function.