MCPcopy
hub / github.com/docker/compose / restoreCursor

Function restoreCursor

cmd/formatter/ansi.go:36–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36func restoreCursor() {
37 if disableAnsi {
38 return
39 }
40 // see https://github.com/morikuni/aec/pull/5
41 fmt.Print(aec.Restore)
42}
43
44func showCursor() {
45 if disableAnsi {

Callers 2

printNavigationMenuMethod · 0.85
clearNavigationMenuMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected