Skip to content
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

Terminal height doesn't account for uncollapsed input command height in ssh #5363

Open
1 task done
SeseMueller opened this issue Oct 8, 2024 · 0 comments
Open
1 task done
Labels
Bugs Bugs, Hangs, Crash, and Freezes

Comments

@SeseMueller
Copy link

Dupe Check

Describe the bug

When in an ssh session, commands like top believe that the terminal is higher that it actually is; they use more space than is visible, because it is hidden under the command input, like top.
If the command input is collapsed with the up-arrow in the middle, it works as expected, but extending it back doesn't change anything.

To reproduce

  1. Start an SSH session to a semi-busy server
  2. Run top
  3. Scroll all the way down
  4. => the very top of the output is cut off

Expected behavior

The top of the output should not be cut off.
The commands probably get the height of the pane, not of the output section.

Screenshots

Bildschirmfoto 2024-10-08 um 17 12 02

(This is scrolled down all the way down with extended command input)

Bildschirmfoto 2024-10-08 um 17 18 30

(This is with collapsed command input: works as expected)

Operating system

MacOS

Operating system and version

15.0.0

Shell Version

zsh 5.9 (arm65-apple-darwin24.0)

Current Warp version

v0.2024.09.24.08.02.stable_01

Regression

No, this bug or issue has existed throughout my experience using Warp

Recent working Warp date

No response

Additional context

The same error occurs (around the first 1,75 lines are cut off), even when the pane is split vertically.

Does this block you from using Warp daily?

No

Is this an issue only in Warp?

Yes, I confirmed that this only happens in Warp, not other terminals.

Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e

None

@SeseMueller SeseMueller added the Bugs Bugs, Hangs, Crash, and Freezes label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugs Bugs, Hangs, Crash, and Freezes
Projects
None yet
Development

No branches or pull requests

1 participant