Skip to content
Snippets Groups Projects
Commit 0f2a4c82 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 0634130f
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1495 passed
......@@ -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