Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ moveCursor
Function
moveCursor
cmd/formatter/ansi.go:51–56 ·
view source on GitHub ↗
(y, x int)
Source
from the content-addressed store, hash-verified
49
}
50
51
func
moveCursor(y, x int) {
52
if
disableAnsi {
53
return
54
}
55
fmt.Print(aec.Position(uint(y), uint(x)))
56
}
57
58
func
carriageReturn() {
59
if
disableAnsi {
Callers
2
printError
Method · 0.85
printNavigationMenu
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected