Warp
Warp copied to clipboard
Killing Maven process causes prompt box to disappear
Discord username (optional)
No response
Describe the bug
When killing a Maven process, the prompt box at the bottom disappears. Clearing the screen causes the input to move to the top of the screen, with the prompt still missing.
Steps to reproduce:
- Start a Maven process ( ex: mvn compile quarkus:dev )
- Kill process with CTRL + C
Expected behaviour
The process should be killed and the prompt box should reappear at the bottom of the screen
Screenshots
After Hitting CTRL + C
After running [clear] command
Operating System
MacOS
OS Version
12.0.1
Additional context
No response
I had a similar problem just now after getting disconnected from an SSH session that had top running - no prompt, but commands were still going into the shell as if I'd typed them at a normal prompt.
Thanks for reporting will circle back when there are updates
After quite a bit of Warp usage this is really the only issue that affects me. Notably my issue is also with mvn quarkus:dev.
This also happens for any long running scripts, such as yarn build, python script, etc. Ctrl-C will kill the prompt box - which is not the intention.
The expected behavior should be Ctrl-C will terminate the running script and return to the prompt.