mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-24 13:31:04 +00:00
Add console_select_charset()
This commit is contained in:
parent
60fa3d8d98
commit
2ac007f7c2
@ -113,4 +113,9 @@ void console_set_cursor_position(int l, int c)
|
||||
{
|
||||
printf("\033[%d;%dH", l, c);
|
||||
}
|
||||
|
||||
void console_select_charset(char c)
|
||||
{
|
||||
printf("\033(%c", c);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user