MCPcopy Index your code
hub / github.com/docker/docker-agent / SetEditorBottom

Method SetEditorBottom

pkg/tui/components/completion/completion.go:130–130  ·  view source on GitHub ↗

SetEditorBottom sets the height from the bottom of the screen where the editor ends. This is used to position the completion popup above the editor.

(height int)

Source from the content-addressed store, hash-verified

128 // SetEditorBottom sets the height from the bottom of the screen where the editor ends.
129 // This is used to position the completion popup above the editor.
130 SetEditorBottom(height int)
131}
132
133// manager represents an item completion component that manages completion state and UI

Callers 1

resizeAllMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected