deleteln, wdeleteln - remove a line
cc [ flag... ] file... -I /usr/xpg4/include -L /usr/xpg4/lib \ -R /usr/xpg4/lib -lcurses [ library... ] c89 [ flag... ] file... -lcurses [ library... ] #include <curses.h> int deleteln(void);
int wdeleteln(WINDOW *win);
The deleteln() and wdeleteln() functions delete the line containing the cursor from stdscr and win, respectively. All lines below the one deleted are moved up one line. The last line of the window becomes blank. The position of the cursor is unchanged.
win
On success, these functions return OK. Otherwise, they return ERR.
See attributes(5) for descriptions of the following attributes:
|
bkgdset(3XCURSES), insdelln(3XCURSES), insertln(3XCURSES), libcurses(3XCURSES), attributes(5), standards(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |