Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ clearLine
Method
clearLine
packages/pi-tui/test/virtual-terminal.ts:86–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
}
85
86
clearLine(): void {
87
this.xterm.write(
"\x1b[K"
);
88
}
89
90
clearFromCursor(): void {
91
this.xterm.write(
"\x1b[J"
);
Callers
nothing calls this directly
Calls
1
write
Method · 0.65
Tested by
no test coverage detected