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

Method getCode

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

Unicode codepoint (0 for null cell)

()

Source from the content-addressed store, hash-verified

179 getChars(): string;
180 /** Unicode codepoint (0 for null cell) */
181 getCode(): number;
182 /** Character width (1 = normal, 2 = wide/emoji, 0 = combining) */
183 getWidth(): number;
184

Callers 1

buffer.test.tsFile · 0.65

Implementers 1

BufferCelllib/buffer.ts

Calls

no outgoing calls

Tested by

no test coverage detected