Subj : src/syncterm/term.c To : Git commit to main/sbbs/master From : Deucе Date : Fri Oct 24 2025 08:16 pm https://gitlab.synchro.net/main/sbbs/-/commit/b9cfc7e81c0d260458d6f89c Modified Files: src/syncterm/term.c Log Message: Fix download window corruption Probobly introduced by eb1fd0eeb6d, the progress window would scroll when the progress bar was displayed. Two changes here... save/restore the window and cursor position in the _progress() functions, and disable window scrolling when updating the progress window. The first is just good hygene, the second is the actual fix. Should fix ticket 210 .