Subj : src/syncterm/syncterm.c syncterm.h window.c To : Git commit to main/sbbs/master From : Deucе Date : Tue Mar 16 2021 10:59 am https://gitlab.synchro.net/main/sbbs/-/commit/cd16d7c106e6264c1d7d5f24 Modified Files: src/syncterm/syncterm.c syncterm.h window.c Log Message: Add a "fake mode" for output drivers that can't change screen size Previously, the height was left the same, and the width was set to the next-lowest "standard" size. Now the cterm window is set to the size of the requested mode and both top/bottom and side bars are added to make the virtual screen the same as the requested one. Using the "current" mode still retains the old behaviour. Closes SF request 11 .