MCPcopy
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
44func showCursor() {
45 if disableAnsi {
46 return
47 }
48 fmt.Print(aec.Show)
49}
50
51func moveCursor(y, x int) {
52 if disableAnsi {

Callers 1

HandleKeyEventsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected