Summary
When stopping vp dev with Ctrl+C in Ghostty on macOS, an escape/control sequence is often printed into the shell prompt after exit.
Environment
- Terminal: Ghostty
- OS: macOS
- Command:
vp dev
Repro
- Run
vp dev
- Press
Ctrl+C
- Observe that an extra sequence is printed into the prompt after the process exits
Expected
vp dev should shut down cleanly without leaving terminal control / escape sequences in the prompt.
Notes
This looks like terminal cleanup / signal handling / TTY restoration not fully resetting on exit.