Programmer Guide/Shell Items/Display/SET DISPLAY/WIDTH
From STX Wiki
< Programmer Guide | Shell Items | Display | SET DISPLAY
Jump to navigationJump to search
Set the width of a display row's columns.
SET display WIDTH row|* left right
Set the width of the columns of the specified row (row ³ 0
) or all split rows (row = *
). The column splitter position is computed using:
pos = left / (left + right) × display_window_width.
left | The relative width of the left column (left ≥ 0). |
right | The relative width of the right column (right ≥ 0). |