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

Method getChars

lib/interfaces.ts:179–179  ·  view source on GitHub ↗

Character(s) in this cell (may be empty, single char, or emoji)

()

Source from the content-addressed store, hash-verified

177export interface IBufferCell {
178 /** Character(s) in this cell (may be empty, single char, or emoji) */
179 getChars(): string;
180 /** Unicode codepoint (0 for null cell) */
181 getCode(): number;
182 /** Character width (1 = normal, 2 = wide/emoji, 0 = combining) */

Callers 2

translateToStringMethod · 0.65
buffer.test.tsFile · 0.65

Implementers 1

BufferCelllib/buffer.ts

Calls

no outgoing calls

Tested by

no test coverage detected