Subj : src/sbbs3/con_out.cpp To : Git commit to main/sbbs/master From : Deucе Date : Tue Oct 21 2025 01:09 am https://gitlab.synchro.net/main/sbbs/-/commit/be4b8fe9756c70572bda8f8c Modified Files: src/sbbs3/con_out.cpp Log Message: Fix pausing in doors correctly. The issue appears to have been that cp437_out() would call outchar() for tabs. Since outchar is a higher level function, this would cause weird stuff. Just call term_out() and the problem is solved. .