-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Perform terminal resizes synchronously #83558
Comments
Can you share the output of |
|
So things will never be perfect when resizing because of the way that shells reprint the prompt and sometimes resizing will insert lines that the shell doesn't know how to handle, for example in Terminal.app after resizing a bit: However I think we can do better than we are currently by making resizes synchronous, to do this we would need flow control (#74620) and then do something like this when resizing:
|
not sure if my issue is related to that, when I split the terminal, the statements start piling up instead of appearing on the same line... have a look: https://drive.google.com/file/d/1u8tVLEcXXF2ckh4OvN55x1zggga9Dn7X/view |
No longer an issue for me. I'm not even sure now what exact behavior I'd be asking for. So closing. |
lucky you, it still does that on my end |
OK, I'll leave this open then |
I updated bash (3->5) and it didn't make a difference. I think this is acting as expected and we seem to do as good of a job if not better than other terminals. I remember thinking Windows Terminal did a better job than us in this regard but that appears to only be when it's behind conpty in a Windows environment, when wsl is used it can really mess up easily as well. |
Version: 1.37.0-insider
Commit: f0058ed
Date: 2019-07-30T16:57:58.561Z
Electron: 4.2.7
Chrome: 69.0.3497.128
Node.js: 10.11.0
V8: 6.9.427.31-electron.0
OS: Linux x64 4.15.0-55-generic
Make sure there's enough space for 1 terminal, not 2:
Split:
The text was updated successfully, but these errors were encountered: