ExtendSelectionRect Row, Column
Selects all text in the Terminal window between the selection start position (or row 1, column 1, if there is no selection start position) and the specified coordinates. The selection is made in a rectangular fashion. To set the selection start position, use the SetSelectionStartPos command or click with the mouse in the Terminal window.
Row | Argument type: Integer |
The row in which the selection is to end. You can use rcMouseRow to specify the row where the mouse was last clicked. | |
Column | Argument type: Integer |
The column in which the selection is to end. You can use rcMouseCol to specify the column where the mouse was last clicked. |
![]() |