-
-
Notifications
You must be signed in to change notification settings - Fork 823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With larger than screen initial rows/columns, zsh prints extra "%" on startup. #1763
Comments
That looks like something zsh would output... are you sure you didn't change something in your zsh config/startup? |
I ran the very latest and then the last release build. Only the latest has that. Will look... |
|
Thx for the command line to help rule out. Not there when I use that. Odd that it started with this new version. Looking at zsh start up now. Will report back. |
FWIW, the recording stuff "can't" impact anything like this. However, 638278f changes how we detect and set |
In new version $LANG is en_CA.UTF-8. In starting release build about 10 times the % shows up there about 20% of the time. In latest build shows up 100% of the time. When using When running with a empty .zshrc and no .zshenv the % shows up. Running zsh 5.8.1. It appears to be something in the system startup. ¯\_(ツ)_/¯ I've ended up putting Thanks for you help!!!! |
I have narrowed this down to wezterm. Using
|
Presumably the window is being resized smaller by the system while zsh is starting up. What does |
177 x 49 -- resizing indeed; and it must be outputting an empty string when doing so. It's when one of rows or cols is "huge" that this happens. When they are slightly larger than screen size it doesn't happen. Closing again, since I think you are right, zsh is doing something when the sizes are large. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
What Operating System(s) are you seeing this problem on?
macOS
WezTerm version
wezterm 20220325-084058-4f2539f8
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
Yes, and I updated the version box above to show the version of the nightly that I tried
Describe the bug
Mysterious "%" showing up on start. Was not there on the last release (vs nightly) build.
To Reproduce
Just start wezterm.
Configuration
no config
Expected Behavior
No response
Logs
Anything else?
No response
The text was updated successfully, but these errors were encountered: