Open scott-tancock opened 5 years ago
I have this exact issue as well but with Hyper.js
I had the same (zsh) after changing a password of a SSH key using ssh-keygen -p
. Rebooting debian (WSL) fixed it.
Does not seem like an issue with tilix, but a feature of zsh: PROMPT_EOL_MARK
tells if previous command did or did not have a trailing newline.
Setting PROMPT_EOL_MARK=''
shall fix the issue.
Problem Description
When opening tilix with zsh as the default shell (or by setting custom command to /bin/zsh in the profile settings), a % sign with inverted color (as through it's been highlighted) appears on the first line, with the prompt appearing on the second line:
Steps to Reproduce
Expected Outcome
Actual outcome
Reproducability