Skip to content

delline

Thomas Foster edited this page Apr 9, 2021 · 1 revision

Function   Deletes line in text window.

Syntaxvoid delline(void);

Prototype in   conio.h

Return value   None.

See also clreol, clrscr, insline, window

Remarks

delline deletes the line containing the cursor and moves all lines below it one line up. delline operates within the currently active text window.

Header Files

Clone this wiki locally