-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Add setting to disable resize overlay (COLS × ROWS) #20694
Copy link
Copy link
Open
Labels
Issue-FeatureComplex enough to require an in depth planning process and actual budgeted, scheduled work.Complex enough to require an in depth planning process and actual budgeted, scheduled work.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsNeeds-TriageIt's a new issue that the core contributor team needs to triage at the next triage meetingIt's a new issue that the core contributor team needs to triage at the next triage meeting
Description
Activity
Metadata
Metadata
Assignees
Labels
Issue-FeatureComplex enough to require an in depth planning process and actual budgeted, scheduled work.Complex enough to require an in depth planning process and actual budgeted, scheduled work.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsNeeds-TriageIt's a new issue that the core contributor team needs to triage at the next triage meetingIt's a new issue that the core contributor team needs to triage at the next triage meeting
Description of the new feature
The recently merged resize overlay (PR #20059) shows terminal dimensions in the center of the window when resizing or changing font size.
While this is a nice feature for many users, I find it visually distracting :(
— I don't need to see the column/row count during resize, and the overlay clutters the experience.
Request for example: Add a setting (e.g. "experimental.showResizeOverlay": true) to settings.json so users can disable this overlay and/or add setting in SUI.
Default can remain true — I just want the option to turn it off.
Thanks!
Proposed technical implementation details
No response