Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
36
func
restoreCursor() {
37
if
disableAnsi {
38
return
39
}
40
// see https://github.com/morikuni/aec/pull/5
41
fmt.Print(aec.Restore)
42
}
43
44
func
showCursor() {
45
if
disableAnsi {
Callers
2
printNavigationMenu
Method · 0.85
clearNavigationMenu
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected