Skip to content
Snippets Groups Projects
Commit d43fc133 authored by deuce's avatar deuce
Browse files

Use win32_initciolib().

parent ed344a95
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ int try_ansi_init(int mode)
int try_conio_init(int mode)
{
/* This should test for something or other */
if(isatty(fileno(stdout))) {
if(win32_initciolib(mode)) {
cio_api.mode=CIOLIB_MODE_CONIO;
cio_api.mouse=1;
cio_api.puttext=puttext;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment