(dims: CellDimensions)
| 38 | } |
| 39 | |
| 40 | export function setCellDimensions(dims: CellDimensions): void { |
| 41 | cellDimensions = dims; |
| 42 | } |
| 43 | |
| 44 | /** |
| 45 | * Checks whether the attached tmux client forwards OSC 8 hyperlinks to the |
no outgoing calls
no test coverage detected