Feature Request: configurable screen buffer size #3612
Labels
Issue-Feature
Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Needs-Tag-Fix
Doesn't match tag requirements
Product-Terminal
The new Windows Terminal.
Resolution-Answered
Related to questions that have been answered
Description of the new feature
Provide a way to configure the screen buffer size
either
Note: option 1 will be backward compatible with the original cmd and prowershell consoles, and option 2 provides a better understanding of memory footprint.
Proposed technical implementation details
These settings may be defined in the configuration file Windows Terminal JSON Settings.
e,g,
(option 1)
Where screenBufferWidth is a number of columns and screenBufferHeight a number of lines.
(option 2)
Where screenBufferSize is a number of bytes (hereby 10MB)
The text was updated successfully, but these errors were encountered: