Subj : src/conio/sdl_con.c To : Git commit to main/sbbs/master From : Deucе Date : Thu Apr 20 2023 03:12 pm https://gitlab.synchro.net/main/sbbs/-/commit/6369925c868a8a9485e6627f Modified Files: src/conio/sdl_con.c Log Message: Use a local vstat copy instead of cvstat to avoid holding the lock for an extended time. Should fix SDL mode slowness. Only call RenderPresent() if we called RenderCopy(). Should fix SDL mode flickering. .