Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ eraseLine
Function
eraseLine
src/ink/termio/csi.ts:207–209 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
205
206
/** Erase entire line (CSI 2 K) */
207
export
function
eraseLine(): string {
208
return
csi(2,
'K'
)
209
}
210
211
/** Erase entire line - constant form */
212
export
const
ERASE_LINE = csi(2,
'K'
)
Callers
nothing calls this directly
Calls
1
csi
Function · 0.85
Tested by
no test coverage detected