--- trunk/busybox/splash-functions.rc 2012/04/25 08:57:23 1751 +++ trunk/busybox/splash-functions.rc 2012/07/13 09:54:26 1838 @@ -71,7 +71,6 @@ then local resolution="$(splash_resolution)" - splash_cursor disable chvt ${SPLASH_TTY} sleep 0.5 @@ -118,7 +117,6 @@ if [[ ${SPLASH_MODE} = silent ]] then splash_control "exit" - splash_cursor enable if [[ -n ${SPLASH_X11_TTY} ]] then chvt ${SPLASH_X11_TTY} @@ -150,12 +148,3 @@ echo "$@" > ${SPLASH_FIFO} fi } - -# disable|enable -splash_cursor() -{ - case $1 in - enable) echo -e "\e[?0c";; - disable) echo -e "\e[?1c" ;; - esac -}