Subj : src/conio/curs_cio.c sdl_con.c To : Git commit to main/sbbs/master From : Deucе Date : Tue Dec 31 2024 02:05 pm https://gitlab.synchro.net/main/sbbs/-/commit/3cb1e0d0283cb8ae0bf4d8e6 Modified Files: src/conio/curs_cio.c sdl_con.c Log Message: An initial attempt to normalize CTRL handling across modes. This make curses mode try to map ctrl chars, but fall back to the old behaviour of keeping the ctrl char. In SDL, this is just a code cleanup. .