Skip to content
Snippets Groups Projects
Commit e7e90b9c authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Reset/send status attr after activity, which could include Ctrl-A codes

parent 2cb39d9a
No related branches found
No related tags found
No related merge requests found
Pipeline #7357 passed
......@@ -487,6 +487,7 @@ void sbbs_t::printnodedat(uint number, node_t* node)
attr(cfg.color[clr_nodestatus]);
bputs(" ");
bputs(node_activity(&cfg, node, tmp, sizeof tmp, number));
attr(cfg.color[clr_nodestatus]);
bputs(node_connection_desc(this, node->connection, tmp));
if(node->action==NODE_DLNG) {
if(cfg.sys_misc&SM_MILITARY) {
......
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