Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ moveCursorDown
Function
moveCursorDown
cmd/formatter/ansi.go:81–87 ·
view source on GitHub ↗
(lines int)
Source
from the content-addressed store, hash-verified
79
}
80
81
func
moveCursorDown(lines int) {
82
if
disableAnsi {
83
return
84
}
85
// Does not add new lines
86
fmt.Print(aec.Down(uint(lines)))
87
}
88
89
func
newLine() {
90
fmt.Print(
"\012"
)
Callers
1
clearNavigationMenu
Method · 0.85
Calls
1
Down
Method · 0.65
Tested by
no test coverage detected