-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Buffer stuck in one of window panes #18880
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
Comments
I have the exact same problem, but it seems to happen on every pane and randomly even decides to crash the entire terminal. When it crashed I was working on a rendering engine that used dx12, after switching the terminal's rendering mode, it resumed for a while until it crashed again. After changing the rendering backend of my engine to vulkan no more crashes appeared. |
@gigit0000 It looks like you're using a full-screen modal text editor in the pane you have indicated. Usually, those take over scrolling and switch the terminal to an alternate screen with no scrollback. Can you clarify your issue a bit more? It seems like it might be by design, but we're not totally sure...
@1uigii hey this sounds really interesting! It also feels unrelated to this bug report. |
@DHowett Thanks for your reply. I'm not sure what is "a full-screen modal text editor" (I didn't do any specific setting for any specific pane), but I've experienced this issue for about a year, including in past versions. What I meant is that the gray handle is gone, so I can't scroll up, and can't see the previous buffer with a key combo either. |
@DHowett The issue I'm referring to isn't related to an editor like vim (I didn't screenshot when the issue occurred. The vim in the screenshot was just a placeholder). After the print output during SSH is fairly large (over 100 lines), the issue only happens in that pane. |
I apologize. We can't assess your issue without an accurate representation of what's happening. :) |
What more can I share to help clarify the issue? |
Windows Terminal version
1.22.10731.0
Windows build number
19045.5487
Other Software
No response
Steps to reproduce
I'm using 3 panes as shown above. The issue occurs in the upper-right pane only, where I can't scroll up (and the scrollbar disappears) after the print output during SSH is fairly large (over 100 lines). The issue only happens in that pane.
Expected Behavior
I should be able to scroll up.
Actual Behavior
I can't scroll up (and the scrollbar disappears)
The text was updated successfully, but these errors were encountered: