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

Method Display

internal/action/tab.go:145–150  ·  view source on GitHub ↗

Display updates the names and then displays the tab bar

()

Source from the content-addressed store, hash-verified

143
144// Display updates the names and then displays the tab bar
145func (t *TabList) Display() {
146 t.UpdateNames()
147 if len(t.List) > 1 {
148 t.TabWindow.Display()
149 }
150}
151
152func (t *TabList) SetActive(a int) {
153 t.TabWindow.SetActive(a)

Callers

nothing calls this directly

Calls 2

UpdateNamesMethod · 0.95
DisplayMethod · 0.65

Tested by

no test coverage detected