mirror of
https://git.shylie.info/shylie/terml.git
synced 2024-11-21 15:40:07 +00:00
moved SELECT_UTF8() to the same line
This commit is contained in:
parent
520f6c6625
commit
17b275b098
@ -242,8 +242,7 @@ void terml::setup_buffer()
|
|||||||
void terml::set_console_settings()
|
void terml::set_console_settings()
|
||||||
{
|
{
|
||||||
setvbuf(stdout, nullptr, _IOFBF, BUFSIZ * BUFSIZ);
|
setvbuf(stdout, nullptr, _IOFBF, BUFSIZ * BUFSIZ);
|
||||||
printf(ALT_BUF() HIDE_CURSOR());
|
printf(ALT_BUF() HIDE_CURSOR() SELECT_UTF8());
|
||||||
printf(SELECT_UTF8());
|
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
set_console_settings_impl();
|
set_console_settings_impl();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user