MCPcopy
hub / github.com/micro-editor/micro / Display

Method Display

internal/display/bufwindow.go:897–903  ·  view source on GitHub ↗

Display displays the buffer and the statusline

()

Source from the content-addressed store, hash-verified

895
896// Display displays the buffer and the statusline
897func (w *BufWindow) Display() {
898 w.updateDisplayInfo()
899
900 w.displayStatusLine()
901 w.displayScrollBar()
902 w.displayBuffer()
903}

Callers

nothing calls this directly

Calls 4

updateDisplayInfoMethod · 0.95
displayStatusLineMethod · 0.95
displayScrollBarMethod · 0.95
displayBufferMethod · 0.95

Tested by

no test coverage detected