Next Previous Contents

2. SLsmg_set_char_set

Synopsis

Turn on or off line drawing characters

Usage

void SLsmg_set_char_set (int a);

Description

SLsmg_set_char_set may be used to select or deselect the line drawing character set as the current character set. If a is non-zero, the line drawing character set will be selected. Otherwise, the standard character set will be selected.

Notes

There is no guarantee that this function will actually enable the use of line drawing characters. All it does is cause subsequent characters to be rendered using the terminal's alternate character set. Such character sets usually contain line drawing characters.

See Also

SLsmg_write_char, SLtt_get_terminfo


Next Previous Contents