MCPcopy
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
51func moveCursor(y, x int) {
52 if disableAnsi {
53 return
54 }
55 fmt.Print(aec.Position(uint(y), uint(x)))
56}
57
58func carriageReturn() {
59 if disableAnsi {

Callers 2

printErrorMethod · 0.85
printNavigationMenuMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected