Warp icon indicating copy to clipboard operation
Warp copied to clipboard

Killing Maven process causes prompt box to disappear

Open sjanjua opened this issue 3 years ago • 3 comments
trafficstars

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:

  1. Start a Maven process ( ex: mvn compile quarkus:dev )
  2. 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

Screen Shot 2022-04-22 at 3 15 57 PM

After running [clear] command

Screen Shot 2022-04-22 at 3 17 17 PM

Operating System

MacOS

OS Version

12.0.1

Additional context

No response

sjanjua avatar Apr 22 '22 19:04 sjanjua

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.

jas88 avatar May 19 '22 12:05 jas88

Thanks for reporting will circle back when there are updates

elviskahoro avatar Jul 08 '22 20:07 elviskahoro

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.

kdubb avatar Sep 16 '22 19:09 kdubb

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.

josephsieh avatar Nov 22 '22 06:11 josephsieh