From 8fe0202c2e06e961de1687ccc1f772b9aeaf23a8 Mon Sep 17 00:00:00 2001 From: Jools Wills Date: Mon, 12 Sep 2016 19:04:39 +0100 Subject: [PATCH] restore cursor on exit --- emulationstation.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/emulationstation.sh b/emulationstation.sh index 227078f06..42df2e7ac 100755 --- a/emulationstation.sh +++ b/emulationstation.sh @@ -15,5 +15,6 @@ while true; do sudo poweroff break fi + tput cnorm break done