Fixed Size Terminal Control #46191
Labels
api
*duplicate
Issue identified as a duplicate of another issue(s)
terminal
Integrated terminal issues
under-discussion
Issue is under discussion for relevance, priority, approach
Issue Type: Feature Request
Fixed size terminal control
VS Code version: Code - Insiders 1.21.0-insider (9a04587, 2018-03-01T08:09:20.917Z)
OS version: Windows_NT x64 10.0.16299
Today integrated terminal auto-fits the window and changes its cols count when user resizes the window. Our extension needs to be able to start a terminal with the fixed column count which we would specify on terminal creation, and which won't change when the terminal window resizes.
This could be achieved by adding
rows?: number | undefined
member tovscode.TerminalOptions
.The behavior may be that if this
rows
is set, the terminal control has fixed width. When terminal window is wider than the terminal control with fixed width, the the empty space is filled with background color. When the terminal window is smaller, we can either clip the control, or show a horizontal scroll bar.The text was updated successfully, but these errors were encountered: