MCPcopy
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
81func moveCursorDown(lines int) {
82 if disableAnsi {
83 return
84 }
85 // Does not add new lines
86 fmt.Print(aec.Down(uint(lines)))
87}
88
89func newLine() {
90 fmt.Print("\012")

Callers 1

clearNavigationMenuMethod · 0.85

Calls 1

DownMethod · 0.65

Tested by

no test coverage detected