* Get the latest committed id->rect layout index.
()
| 1582 | * Get the latest committed id->rect layout index. |
| 1583 | */ |
| 1584 | getRectByIdIndex(): ReadonlyMap<string, Rect> { |
| 1585 | return this.rectById; |
| 1586 | } |
| 1587 | |
| 1588 | setTerminalProfile(next: TerminalProfile): void { |
| 1589 | this.terminalProfile = next; |
no outgoing calls