We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is my .bashrc fragment relevant to hstr:
.bashrc
hstr
if [[ $- == *i* ]]; then _hstrnotiocsti() { { READLINE_LINE="$( { </dev/tty hstr "${@:-}" $READLINE_LINE; } 2>&1 1>&3 3>&- )"; } 3>&1 READLINE_POINT=${#READLINE_LINE} } export HSTR_TIOCSTI=n export HSTR_CONFIG='blacklist,hicolor,help-on-opposite-side,raw-history-view,static-favorites' export HSTR_PROMPT='> ' bind -x '"\C-r": _hstrnotiocsti --' bind -x '"\C-s": _hstrnotiocsti -f' fi
This is what happens when you type, backspace and then type again: you can see characters randomly disappear in the prompt.
Versions:
# GNOME Terminal 3.48.1 using VTE 0.72.2 +BIDI +GNUTLS +ICU +SYSTEMD
hstr version "3.1.0" (2023-04-18T08:50:00)
The text was updated successfully, but these errors were encountered:
dvorka
No branches or pull requests
This is my
.bashrc
fragment relevant tohstr
:This is what happens when you type, backspace and then type again:
you can see characters randomly disappear in the prompt.
Versions:
# GNOME Terminal 3.48.1 using VTE 0.72.2 +BIDI +GNUTLS +ICU +SYSTEMD
hstr version "3.1.0" (2023-04-18T08:50:00)
The text was updated successfully, but these errors were encountered: