From 5b74b877ef734a027b0b1fed74a75091bfbf8ab4 Mon Sep 17 00:00:00 2001 From: Jools Wills Date: Mon, 12 Sep 2016 19:11:25 +0100 Subject: [PATCH] Revert "restore cursor on exit" This reverts commit 8fe0202c2e06e961de1687ccc1f772b9aeaf23a8. Better to do this in the RP ES launch script --- emulationstation.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/emulationstation.sh b/emulationstation.sh index 42df2e7ac..227078f06 100755 --- a/emulationstation.sh +++ b/emulationstation.sh @@ -15,6 +15,5 @@ while true; do sudo poweroff break fi - tput cnorm break done