* Commit drawlist-rendered rows into terminal scrollback above the inline * region (inline screen mode only). Optional: backends without inline * screen-mode support omit it.
(drawlist: Uint8Array, rows: number)
| 159 | * screen-mode support omit it. |
| 160 | */ |
| 161 | commitScrollback?(drawlist: Uint8Array, rows: number): Promise<void>; |
| 162 | |
| 163 | /** |
| 164 | * Change the inline viewport height at runtime (inline screen mode only). |
no outgoing calls
no test coverage detected