diff --git a/package/darwin/dfhack b/package/darwin/dfhack index 5a04bd591..66b574cf8 100755 --- a/package/darwin/dfhack +++ b/package/darwin/dfhack @@ -14,4 +14,5 @@ fi old_tty_settings=$(stty -g) DYLD_INSERT_LIBRARIES=./hack/libdfhack.dylib ./dwarfort.exe "$@" stty "$old_tty_settings" +tput sgr0 echo "" diff --git a/package/linux/dfhack b/package/linux/dfhack index 2b2d04465..b7ce1d812 100755 --- a/package/linux/dfhack +++ b/package/linux/dfhack @@ -95,6 +95,7 @@ esac # Restore previous terminal settings stty "$old_tty_settings" +tput sgr0 echo if [ -n "$DF_POST_CMD" ]; then