You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the size isn't getting sent correctly to the terminal SIGWINCH isn't firing correctly (or there is an out of order update).
if you make the terminal a bit smaller (so it is easy to count). can you run stty size which will show [rows] [cols]. and then re-do your test and we can count the number of columns that actually appear on the screen. we should be able to see if they match up?
i have a pending PR to fix the "out of order" window size updates (although i haven't actually seen this problem come up in the real world).
Current Behavior
The input will suddenly being masked and the PS1 prompt will gone (e.g. path to home "~" is gone )
Expected Behavior
The input line should not be overwrite and keep allowing user to type in the next line.
Steps To Reproduce
Wave Version
v0.11.0
Platform
macOS
OS Version/Distribution
Sequoia 15.3
Architecture
arm64
Anything else?
I am using
zsh
withzap-zsh/zap-prompt
Questionnaire
The text was updated successfully, but these errors were encountered: