mirror of
https://github.com/vivier/EMILE.git
synced 2025-08-14 16:27:31 +00:00
Add console_select_charset()
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user