Skip to content

Commit

Permalink
Reset terminal title on exit
Browse files Browse the repository at this point in the history
Fixes #4
  • Loading branch information
zdykstra committed Oct 25, 2021
1 parent 7b390ae commit fbaf54d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuzzypkg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ fi
configs+=( "${HOME}/.fuzzypkg.conf" "${HOME}/.config/fuzzypkg.conf" )

delay_exit() {
printf "\033]0;\a"
if [ -n "${FDELAY}" ] && [ "${FDELAY}" -gt 0 ] ; then
echo -e "\n"
read -n 1 -s -r -p "Press any key to continue"
Expand Down

0 comments on commit fbaf54d

Please sign in to comment.