Subj : src/conio/sdl_con.c To : Git commit to main/sbbs/master From : Deucе Date : Thu Apr 20 2023 04:00 pm https://gitlab.synchro.net/main/sbbs/-/commit/f06029a3889734491909ebe9 Modified Files: src/conio/sdl_con.c Log Message: Add TODO comment for cvstat. When originally created, it was intended to be accessed only by a single thread, and therefore not need mutex protection, allowing less code to run with vstatlock held. Unfortunately, this is not how it turned out, so cvstat should either be removed, or it should actually be cleaned up to work as intended. .