zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
47.48k stars 2.77k forks source link

Terminal overflow when full screen #8030

Open etiennelacoursiere opened 7 months ago

etiennelacoursiere commented 7 months ago

Check for existing issues

Describe the bug / provide steps to reproduce it

Can't find a concise title for this one so feel free to change it.

When opening the terminal panel, and dragging the edge so the terminal is full screen. If you go too far, the last line overflow ( for lack of a better word ) and you can't see what you are typing.

If you drag the terminal down a bit, it comes back.

Here a video that better explain the problem:

https://github.com/zed-industries/zed/assets/12648647/a7f743de-98f2-4ab8-bae3-af9748cd5ae8

Environment

Zed: v0.123.2 (Zed Preview) OS: macOS 13.3.1 Memory: 16 GiB Architecture: aarch64

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

If you only need the most recent lines, you can run the zed: open log command palette action to see the last 1000.

No response

mrnugget commented 7 months ago

@etiennelacoursiere thanks for the report (nice code you got there)! Seems related to line-wise scrolling in the terminal.

mdub187 commented 4 months ago

did this get figure out??? i've been having the hardest time trying to figure out where this bug is coming from. i've reinstalled, and tried to mess with all of the user configs, but I think its imbedded. I thought I was going crazy because I saw not one similar issue.