Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ write
Method
write
packages/pi-tui/src/terminal.ts:68–68 ·
view source on GitHub ↗
(data: string)
Source
from the content-addressed store, hash-verified
66
67
// Write output to terminal
68
write(data: string): void;
69
70
// Get terminal dimensions
71
get columns(): number;
Callers
15
sseLines
Function · 0.65
start
Method · 0.65
stop
Method · 0.65
write
Method · 0.65
moveBy
Method · 0.65
hideCursor
Method · 0.65
showCursor
Method · 0.65
clearLine
Method · 0.65
clearFromCursor
Method · 0.65
clearScreen
Method · 0.65
setTitle
Method · 0.65
flush
Method · 0.65
Implementers
3
VirtualTerminal
packages/pi-tui/test/virtual-terminal.
TestTerminal
packages/pi-tui/test/terminal-colors.t
ProcessTerminal
packages/pi-tui/src/terminal.ts
Calls
no outgoing calls
Tested by
3
write
Method · 0.52
write
Method · 0.52
runSh
Function · 0.52