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

Better fix for -i parameters (last commit)

parent b1706214
No related branches found
No related tags found
No related merge requests found
......@@ -1121,7 +1121,10 @@ int main(int argc, char **argv)
load_settings(&settings);
ciolib_mode=settings.output_mode;
text_mode=_ORIGMODE;
if(settings.startup_mode != SCREEN_MODE_CURRENT)
text_mode=screen_to_ciolib(settings.startup_mode);
else
text_mode=_ORIGMODE;
for(i=1;i<argc;i++) {
if(argv[i][0]=='-'
......
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