Windows Beta: Terminal overwrites text when resized and window overflow
Summary
When terminal is resized, it does not updates its position, and writes on older content and the window overflows from bottom.
https://github.com/user-attachments/assets/9bf6246f-030c-43b7-94d3-beb8a591be20
Description
Steps to trigger the problem:
- Open the terminal in the editor
- Do a few commands, then scale the size down of the terminal
- Scale it up and then write something, it will write to the position where it was when the terminal was scaled down
The video shows the terminal issue and the image shows the overflow at the bottom, if you see at the bottom of the AI panel, the icons are overflowing
Zed Version and System Specs
Zed: v0.209.0 (Zed Nightly a4ec693e3471f87aea89bc4c8132330b0fde3a9f) OS: Windows 10.0.26100 Memory: 15.3 GiB Architecture: x86_64 GPU: AMD Radeon(TM) 760M || AMD Corporation || 25.10.10 (25.10.10-250514a-416366C-Dell)
Thanks for the report! I've put it on my todo list and will look into it soon!
related #39453 ?
Can confirm this is an issue when using powershell. This seems to be fixed if i use a fresh built conpty.dll. So we should look into replacing the nuget version with a custom built.