fix scripts/test doesn't re-init termios(3x) attrs (ie on SIGSEGV)

This commit is contained in:
Emile Clark-Boman 2025-09-11 22:19:30 +10:00
parent 8451df7c92
commit fc43b6a8de

View file

@ -42,3 +42,7 @@ fi
mkdir -p logs
LD_LIBRARY_PATH=./lib $PROXY "$PROGRAM" $@
# If ncurses doesn't close gracefully, termios attributes
# will require reinitialisation (not a reset! don't clear the screen!)
tput init