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 28, 2022
1 parent 47dfdd9 commit bd90371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ble-edit.sh
Expand Up @@ -7194,7 +7194,7 @@ function ble-edit/bind/.check-detach {
ble/textarea#render
ble/util/buffer.flush >&2
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 bd90371

Please sign in to comment.