Terminal settings not cleaned up on exit
Closed this issue · 6 comments
Nudin commented
I do the following:
$ ambr foo bar
- Press
q
to quit
and then when I type in bash everything I type is invisible and the terminal behaves "weird" in a lot of ways. Only after blindly typingstty sane
every is back to normal.
stty
shows the following setting that where not there before calling amber:
min = 1; time = 0;
-icanon -echo
I'm using the current git-version install on Arch by the AUR package.
dalance commented
Thank you for your report.
I tried to reproduce the issue, but it was not reproduced.
Could you describe your environment (ex. OS, terminal, shell,,,) ?
Nudin commented
bash, kitty, Arch-Linux, X11
Nudin commented
Just tested with other terminals (Konsole & xterm) and I get the same issue there.
Nudin commented
bash --norc --noprofile
also does not fix the issue.
dalance commented
Thanks!
I fixed it. Could you try current master branch?
Nudin commented
Works! Thank you a lot for the super fast fix and for amber in general!