Next Previous Contents

8. void SLsmg_erase_eos (void);

Synopsis

Erase to the end of the screen

Usage

void SLsmg_erase_eos (void);

Description

The SLsmg_erase_eos is like SLsmg_erase_eol except that it erases all text from the current position to the end of the display. The current color will be used to set the background of the erased area.

See Also

SLsmg_erase_eol


Next Previous Contents