MCPcopy Create free account
hub / github.com/coder/ghostty-web / getGraphemeString

Method getGraphemeString

lib/renderer.ts:32–32  ·  view source on GitHub ↗

* 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)

Source from the content-addressed store, hash-verified

30 * For simple cells, returns the single character.
31 */
32 getGraphemeString?(row: number, col: number): string;
33}
34
35export interface IScrollbackProvider {

Callers 3

terminal.test.tsFile · 0.65
renderCellTextMethod · 0.65
getSelectionMethod · 0.65

Implementers 1

GhosttyTerminallib/ghostty.ts

Calls

no outgoing calls

Tested by

no test coverage detected