mise watch --clear=reset --restart breaks terminal after Ctrl+C
#8269
Unanswered
vrzh
asked this question in
Troubleshooting and bug reports
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thank you for this awesome project! I am new to using mise so I hope I am doing so as intended.
I have this minimal
mise.toml:To reproduce:
mise run run_onceand wait a few seconds andCtrl+Cworks fine, terminal works afterwards and I can see what I am typing.mise run run_watch_goodand wait a few seconds andCtrl+Cworks fine, terminal works afterwards and I can see what I am typing.mise run run_watch_badand wait a few seconds andCtrl+C, terminal does not works afterwards, I cannot see what I am typing. It is like a password input prompt, you cannot see the characters echoed out as you type. If I typeresetand press enter, the terminal does reset and I can carry on.I just want
run_watch_goodas a convenience task, but also runningmise watch --clear=reset --restart run_oncedirectly from the terminal gives same behaviour.I am using mise
2026.2.17 linux-x64 (2026-02-19)on Ubuntu24.04.3 LTS. Tried both in GNOME Terminal and kitty.Beta Was this translation helpful? Give feedback.
All reactions