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

Update to previous commit... apply the quiet mode and hide status line

command-line arguments to all connections.
parent 3f76724d
No related branches found
No related tags found
No related merge requests found
......@@ -1648,13 +1648,11 @@ int main(int argc, char **argv)
if(!winsock_startup())
return(1);
if (bbs) {
bbs->hidepopups = default_hidepopups;
bbs->nostatus = default_nostatus;
}
load_font_files();
while((!quitting) && (bbs!=NULL || (bbs=show_bbslist(last_bbs, FALSE))!=NULL)) {
bbs->hidepopups = default_hidepopups;
bbs->nostatus = default_nostatus;
gettextinfo(&txtinfo); /* Current mode may have changed while in show_bbslist() */
FREE_AND_NULL(last_bbs);
uifcbail();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment