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

Method setKittyFlags

lib/ghostty.ts:183–185  ·  view source on GitHub ↗
(flags: KittyKeyFlags)

Source from the content-addressed store, hash-verified

181 }
182
183 setKittyFlags(flags: KittyKeyFlags): void {
184 this.setOption(KeyEncoderOption.KITTY_KEYBOARD_FLAGS, flags);
185 }
186
187 encode(event: KeyEvent): Uint8Array {
188 const eventPtrPtr = this.exports.ghostty_wasm_alloc_opaque();

Callers

nothing calls this directly

Calls 1

setOptionMethod · 0.95

Tested by

no test coverage detected