-
Notifications
You must be signed in to change notification settings - Fork 0
delline
Thomas Foster edited this page Apr 9, 2021
·
1 revision
Function Deletes line in text window.
Syntax void delline(void);
Prototype in conio.h
Return value None.
See also clreol, clrscr, insline, window
delline deletes the line containing the cursor and moves all lines below it one line up. delline operates within the currently active text window.