Skip to content
Snippets Groups Projects
Commit a4d6aeed authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Disable ALPHA splash screen.

All the major bugs I'm aware of are fixed (though RIP is still
incomplete)
parent f1c1249e
No related branches found
No related tags found
No related merge requests found
......@@ -1619,6 +1619,7 @@ int main(int argc, char **argv)
umask(077);
#endif
#if 0
#ifdef ALPHA
init_uifc(TRUE, TRUE);
uifc.showbuf(WIN_SAV|WIN_MID|WIN_HLP, 0, 0, 76, uifc.scrn_len - 2, "WARNING: ALPHA VERSION",
......@@ -1639,6 +1640,7 @@ int main(int argc, char **argv)
"if you want a terminal that works.",
NULL, NULL);
uifcbail();
#endif
#endif
/* Auto-connect URL */
......
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