Skip to content
Snippets Groups Projects
Commit 603cc1ae authored by rswindell's avatar rswindell
Browse files

exec_xtrn() now sets lncntr to 1 before returning, forcing a pause before

an immediate clear screen (allowing user to see last minute I/O from program).
parent 9748a701
No related branches found
No related tags found
No related merge requests found
...@@ -1735,6 +1735,8 @@ bool sbbs_t::exec_xtrn(uint xtrnnum) ...@@ -1735,6 +1735,8 @@ bool sbbs_t::exec_xtrn(uint xtrnnum)
thisnode.aux=0; thisnode.aux=0;
putnodedat(cfg.node_num,&thisnode); putnodedat(cfg.node_num,&thisnode);
lncntr=1; /* force a pause before CLS */
return(true); return(true);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment