diff --git a/sunrise-commit b/sunrise-commit index 3e849a6..b16f1c1 100755 --- a/sunrise-commit +++ b/sunrise-commit @@ -243,7 +243,7 @@ _EOH_ confirm() { while true; do local answ - printf '%s' "${WHITE}Commit changes?${RESET} [${BGREEN}Yes${RESET}/${RED}No${RESET}] ${GREEN}" >&2 + printf '\n%s' "${WHITE}Commit changes?${RESET} [${BGREEN}Yes${RESET}/${RED}No${RESET}] ${GREEN}" >&2 read answ printf '%s' "${RESET}"