MCPcopy Index your code
hub / github.com/git-bug/git-bug / activateWindow

Method activateWindow

termui/termui.go:33–41  ·  view source on GitHub ↗
(window window)

Source from the content-addressed store, hash-verified

31}
32
33func (tui *termUI) activateWindow(window window) error {
34 if err := tui.activeWindow.disable(tui.g); err != nil {
35 return err
36 }
37
38 tui.activeWindow = window
39
40 return nil
41}
42
43var ui *termUI
44

Callers 6

newBugWithEditorFunction · 0.80
openBugMethod · 0.80
abortMethod · 0.80
saveAndReturnMethod · 0.80
saveAndBackMethod · 0.80
editLabelsMethod · 0.80

Calls 1

disableMethod · 0.65

Tested by

no test coverage detected