Add an additional newline before confirmation.
This commit is contained in:
parent
633bb44fae
commit
b111e8235d
@ -243,7 +243,7 @@ _EOH_
|
|||||||
confirm() {
|
confirm() {
|
||||||
while true; do
|
while true; do
|
||||||
local answ
|
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
|
read answ
|
||||||
printf '%s' "${RESET}"
|
printf '%s' "${RESET}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user