TerminalFixedAspectRatio |
Top Previous Next |
×V4.2Ø
Valid for: SetStartup
Syntax - SetStartup TerminalFixedAspectRatio {"Yes" | "No"}
Description: This setting configures how the text on the terminal window is resized. When TerminalFixedAspectRatio is set to Yes, the text on the terminal screen will resize as the terminal screen is resized, but the text will remain proportionate. If TerminalFixedAspectRatio is set to NO, the text on the terminal screen will stretch with the size of the window. That means that if the terminal is short and wide, the letters will be as well. By default, TerminalFixedAspectRatio is set to No.
Sample: The following example sets TerminalFixedAspectRatio to Yes and causes the text on the terminal screen to maintain it's own proportion even when the window is resized. SETSTARTUP TerminalFixedAspectRatio "Yes"
|