Subj : src/sbbs3/ctrl/NodeFormUnit.cpp To : Git commit to sbbs/master From : Rob Swindell Date : Sun Sep 13 2020 12:16 am https://gitlab.synchro.net/sbbs/sbbs/-/commit/d12e2eecd93a229d81f4395b Modified Files: src/sbbs3/ctrl/NodeFormUnit.cpp Log Message: Strip control characters (and Ctrl-A sequences) from node status Extended node status can (and often does) contain Ctrl-A sequences. Strip those characters/sequences before putting into the NodeForm->ListView lines here. .