Subj : src/conio/ciolib.c src/syncterm/ripper.c term.c To : Git commit to main/sbbs/master From : Stephen Hurd Date : Wed Apr 26 2023 09:00 pm https://gitlab.synchro.net/main/sbbs/-/commit/b4f93af01300b329c81bb9ac Modified Files: src/conio/ciolib.c src/syncterm/ripper.c term.c Log Message: Fix build on openSUSE Tumbleweed (and building without bitmap) Some Linux systems ship with a reentrant ncurses library that does not have an ESCDELAY variable. For now, simply don't allow control over ESCDELAY on the systems since we also currently have a global, and so can't use set_escdelay() as intended. Also, in ripper, stub out all the stuff that's used when HAS_VSTAT is not defined. This makes most of the code not compiled when it's useless anyway. .