Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ showCursor
Function
showCursor
cmd/formatter/ansi.go:44–49 · cmd/formatter/ansi.go::showCursor
()
Source
from the content-addressed store, hash-verified
42
}
43
44
func
showCursor() {
45
if
disableAnsi {
46
return
47
}
48
fmt.Print(aec.Show)
49
}
50
51
func
moveCursor(y, x int) {
52
if
disableAnsi {
Callers
1
HandleKeyEvents
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected