Skip to content
Snippets Groups Projects
Commit 4b026403 authored by rswindell's avatar rswindell
Browse files

Remove the deprecated '-i' option (alias for -if).

Don't allow the use of -if, -ix, -ic options when not a *nix build.
parent ed6898d2
No related branches found
No related tags found
No related merge requests found
......@@ -252,18 +252,17 @@ int main(int argc, char **argv)
case 'A':
ciolib_mode=CIOLIB_MODE_ANSI;
break;
#if defined __unix__
case 'C':
ciolib_mode=CIOLIB_MODE_CURSES;
break;
case 0:
printf("NOTICE: The -i option is deprecated, use -if instead\r\n");
SLEEP(2000);
case 'F':
ciolib_mode=CIOLIB_MODE_CURSES_IBM;
break;
case 'X':
ciolib_mode=CIOLIB_MODE_X;
break;
#endif
case 'W':
ciolib_mode=CIOLIB_MODE_CONIO;
break;
......
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