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

We need to call uifcbail() after calling show_bbslist()

parent 094fd09d
No related branches found
No related tags found
No related merge requests found
Pipeline #5926 passed
......@@ -4262,6 +4262,7 @@ doterm(struct bbslist *bbs)
show_bbslist(bbs->name, true);
sprintf(title, "SyncTERM - %s\n", bbs->name);
settitle(title);
uifcbail();
restorescreen(savscrn);
freescreen(savscrn);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment