[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Function settextinfo - set text mode video information
Syntax void settextinfo(struct text_info *inforec);
Prototype in video.h
Remarks settextinfo sets the Borland internal text mode
settings to the values in the text_info structure
pointed to by inforec, in the following order:
mode (via textmode())
window (via window())
attribute (via textattr())
cursor location (via gotoxy())
Only those settings needed to be modified are
actually changed.
This function does the exact opposite of
gettextinfo(), and was designed to be used in
conjunction with it. Do a gettextinfo() to save the
current settings, do whatever, then restore the
settings via settextinfo().
Return value nothing.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson