• src/conio/cterm.c cterm.h sdl_con.c src/sbbs3/umonitor/spyon.c src/syn

    From Deuc╨╡ to Git commit to main/sbbs/master on Thursday, May 20, 2021 01:07:46
    https://gitlab.synchro.net/main/sbbs/-/commit/b4f94b1e28b35a6e9024b068
    Modified Files:
    src/conio/cterm.c cterm.h sdl_con.c src/sbbs3/umonitor/spyon.c src/syncterm/bbslist.c ripper.c syncterm.c term.c
    Log Message:
    Add an argument to cterm_end() to not free fonts

    While we're doing that, actually use it in SyncTERM so the offline
    scrollback retains fonts.

    Also, fix an issue where the current mode would be updated with
    the custom parameters when you changed them.

    Finally, remove some unused variables.