fix scripts/test doesn't re-init termios(3x) attrs (ie on SIGSEGV)
This commit is contained in:
parent
8451df7c92
commit
fc43b6a8de
1 changed files with 4 additions and 0 deletions
|
|
@ -42,3 +42,7 @@ fi
|
||||||
|
|
||||||
mkdir -p logs
|
mkdir -p logs
|
||||||
LD_LIBRARY_PATH=./lib $PROXY "$PROGRAM" $@
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue