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

TAB!

parent 3ec85ab5
No related branches found
No related tags found
No related merge requests found
......@@ -1600,7 +1600,7 @@ int main(int argc, char **argv)
setwinsize(settings.window_width, settings.window_height);
textmode(text_mode);
gettextinfo(&txtinfo);
gettextinfo(&txtinfo);
if((txtinfo.screenwidth<40) || txtinfo.screenheight<24) {
fputs("Window too small, must be at least 80x24\n",stderr);
return(1);
......
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