Subj : src/conio/sdl_con.c To : Git commit to main/sbbs/master From : Deucе Date : Fri Apr 21 2023 10:26 am https://gitlab.synchro.net/main/sbbs/-/commit/fdce00a456a33dc858067aef Modified Files: src/conio/sdl_con.c Log Message: Push cvstat into sdl_video_event_thread() stack This makes cvstat work as intended, so we no longer need to lock vstatlock when accessing it since it's only accessed from the video event thread. There's still an irritating dependency on vstat for ALT-Enter handling. .