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


movetext

Syntax

#include <conio.h>

int movetext(int _left, int _top, int _right, int _bottom, 
             int _destleft, int _desttop);

Description

Moves a block of text on the screen.

Return Value

1 on success, zero on error.

Portability

not ANSI, not POSIX


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