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

Always uifcbail() before textmode() and init_uifc() afterward if necessary

parent b1a58efe
No related branches found
No related tags found
No related merge requests found
......@@ -1667,7 +1667,9 @@ int main(int argc, char **argv)
setfont(find_font_id(bbs->font),TRUE,1);
if(conn_connect(bbs)) {
load_font_files();
uifcbail();
textmode(txtinfo.currmode);
init_uifc(TRUE, TRUE);
settitle("SyncTERM");
} else {
/* ToDo: Update the entry with new lastconnected */
......
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