Subj : src/sbbs3/umonitor/spyon.c spyon.h umonitor.c To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Sat Feb 24 2024 08:23 pm https://gitlab.synchro.net/main/sbbs/-/commit/3000ece51eb05c776bed929b Modified Files: src/sbbs3/umonitor/spyon.c spyon.h umonitor.c Log Message: Support UTF-8 and PETSCII terminal spying Converts UTF-8 output to CP437 equivalent (cterm doesn't yet support UTF-8). Fixes issue #717 (more or less). The terminal dimensions are also read from the node*/terminal.ini file, but aren't applied to the cterm runtime (though maybe they can/should be, probably requires a cterm re-init). .