Query: deleteln
OS: ultrix
Section: 3cur
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
deleteln(3cur) deleteln(3cur) Name deleteln, wdeleteln - remove line from window Syntax #include <cursesX.h> int deleteln() int wdeleteln(win) WINDOW *win; Description The routine deletes the current line of the default window. All lines below the current line are moved up one line. The bottom line of the window is cleared. The cursor position does not change. The routine deletes the current line of the specified window. All lines below the current line are moved up one line. The bottom line of the window is cleared. The cursor position does not change. The routine is a macro. Return Values The and functions return OK on success and ERR on error. deleteln(3cur)
Related Man Pages |
---|
insdelln(3ncurses) - debian |
winsdelln(3ncurses) - debian |
deleteln(3ncurses) - suse |
insertln(3ncurses) - suse |
deleteln(3ncurses) - bsd |
Similar Topics in the Unix Linux Community |
---|
1st yr Exam revision thread - Scripts, C, Commands |