function f-tutescape () { echo -e ' \033[48;80H Continue...' # Help, get me out of here! read -s -n 1 TUTESCAPE case "$TUTESCAPE" in m) f-tutorial ;; x) f-prompt ;; *) white clear ;; esac }