nodejs: resize doesn't fire on Windows Terminal #4523

Open
opened 2026-01-30 23:49:41 +00:00 by claunia · 0 comments
Owner

Originally created by @8HoLoN on GitHub (Oct 17, 2019).

Environment

Windows build number: W10P : Microsoft Windows [version 10.0.18362.418]
Windows Terminal version (if applicable): Windows Terminal (Preview) Version: 0.5.2762.0


nodejs: v12.11.1

cmd-resize-bug.zip

Steps to reproduce

1. Open cmd or powershell on Windows Terminal
2. run node test.js (after npm i)
3. resize Windows Terminal => the number of column or row is not modified, resize event is not fired

Expected behavior

  1. run the same node test.js on native cmd or powershell and resize the window => everything is OK (the number of row and column is updated)

Actual behavior

  1. resize Windows Terminal => the number of column or row is not modified, resize event is not fired
Originally created by @8HoLoN on GitHub (Oct 17, 2019). # Environment ```none Windows build number: W10P : Microsoft Windows [version 10.0.18362.418] Windows Terminal version (if applicable): Windows Terminal (Preview) Version: 0.5.2762.0 nodejs: v12.11.1 ``` [cmd-resize-bug.zip](https://github.com/microsoft/terminal/files/3741116/cmd-resize-bug.zip) # Steps to reproduce 1. Open cmd or powershell on Windows Terminal 2. run node test.js (after npm i) 3. resize Windows Terminal => the number of column or row is not modified, resize event is not fired # Expected behavior 1. run the same node test.js on native cmd or powershell and resize the window => everything is OK (the number of row and column is updated) # Actual behavior 1. resize Windows Terminal => the number of column or row is not modified, resize event is not fired
claunia added the Needs-Tag-FixProduct-Terminal labels 2026-01-30 23:49:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#4523