MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / setRawMode

Method setRawMode

apps/kimi-code/src/tui/theme/detect.ts:54–54  ·  view source on GitHub ↗
(mode: boolean)

Source from the content-addressed store, hash-verified

52interface RawModeStdin {
53 isRaw?: boolean;
54 setRawMode(mode: boolean): NodeJS.ReadStream;
55 on(event: "data", listener: (data: Buffer) => void): NodeJS.ReadStream;
56 off(event: "data", listener: (data: Buffer) => void): NodeJS.ReadStream;
57}

Callers 6

startMethod · 0.80
stopMethod · 0.80
restoreTerminalModesFunction · 0.80
queryOsc11Function · 0.80
cleanupFunction · 0.80
promptForInstallChoiceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected