Go to the first, previous, next, last section, table of contents.


delline

Syntax

#include <conio.h>

void    delline(void);

Description

The line the cursor is on is deleted; lines below it scroll up.

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.