MCPcopy Create free account
hub / github.com/ECSTeam/cloudfoundry-top-plugin / SetEditColumnMode

Method SetEditColumnMode

ui/masterUi.go:639–642  ·  view source on GitHub ↗
(g *gocui.Gui, editColumnMode bool)

Source from the content-addressed store, hash-verified

637}
638
639func (mui *MasterUI) SetEditColumnMode(g *gocui.Gui, editColumnMode bool) {
640 mui.editColumnMode = editColumnMode
641 mui.updateHeaderDisplay(g)
642}
643
644func (mui *MasterUI) IsHeaderMinimized() bool {
645 return mui.editColumnMode || mui.headerMinimized

Callers

nothing calls this directly

Calls 1

updateHeaderDisplayMethod · 0.95

Tested by

no test coverage detected