Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ stop
Method
stop
packages/pi-tui/test/virtual-terminal.ts:43–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
stop(): void {
44
// Disable bracketed paste mode
45
this.xterm.write(
"\x1b[?2004l"
);
46
this.inputHandler = undefined;
47
this.resizeHandler = undefined;
48
}
49
50
write(data: string): void {
51
this.xterm.write(data);
Callers
nothing calls this directly
Calls
1
write
Method · 0.65
Tested by
no test coverage detected