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

Class

packages/pi-tui/src/terminal.ts:99–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 * Real terminal using process.stdin/stdout
98 */
99export class ProcessTerminal implements Terminal {
100 private wasRaw = false;
101 private inputHandler?: (data: string) => void;
102 private resizeHandler?: () => void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected