* Get the full grapheme string for a cell at (row, col). * For cells with grapheme_len > 0, this returns all codepoints combined. * For simple cells, returns the single character.
(row: number, col: number)
| 30 | * For simple cells, returns the single character. |
| 31 | */ |
| 32 | getGraphemeString?(row: number, col: number): string; |
| 33 | } |
| 34 | |
| 35 | export interface IScrollbackProvider { |
no outgoing calls
no test coverage detected