Skip to content

Commit

Permalink
edit (ble-detach): prepend a space to "stty sane" for "HISTIGNORE=' *'"
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Jul 7, 2022
1 parent 7bf32ca commit 31bc2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edit.sh
Expand Up @@ -7292,7 +7292,7 @@ function ble-edit/bind/.check-detach {
"Please run \`stty sane' to recover the correct TTY state."

if ((_ble_bash>=40000)); then
READLINE_LINE='stty sane;' READLINE_POINT=10
READLINE_LINE=' stty sane;' READLINE_POINT=10
printf %s "$READLINE_LINE"
fi
fi
Expand Down

0 comments on commit 31bc2b7

Please sign in to comment.