From fc43b6a8de2511f653c11ea1505749a1aebddce8 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Thu, 11 Sep 2025 22:19:30 +1000 Subject: [PATCH] fix scripts/test doesn't re-init termios(3x) attrs (ie on SIGSEGV) --- scripts/test | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/test b/scripts/test index d651df0..2e00268 100755 --- a/scripts/test +++ b/scripts/test @@ -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