How to modify the buffer height when debugging the console exe?? #15818
-
Description of the new feature/enhancementI can modify the console buffer height use the below code when I debugging the console exe with VC & cmd, but it doesn't work in WindowsTerminal, the buffer height seems always is 9030, how to modify it ?
or
Proposed technical implementation details (optional) |
Beta Was this translation helpful? Give feedback.
Answered by
zadjii-msft
Aug 10, 2023
Replies: 1 comment 3 replies
-
This isn't something that's possible with the Terminal, or really something we're planning on supporting. Out of curiosity, why would you like to change the history size at runtime from a CLI application/? (changing the windows dimensions is tracked in #5094, but that's definitely not the buffer height) |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
wxuefei
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This isn't something that's possible with the Terminal, or really something we're planning on supporting. Out of curiosity, why would you like to change the history size at runtime from a CLI application/?
(changing the windows dimensions is tracked in #5094, but that's definitely not the buffer height)