Documentation ¶ Index ¶ type HelpView func NewHelpView(masterUI masterUIInterface.MasterUIInterface, name string, width, height int, ...) *HelpView func (w *HelpView) Layout(g *gocui.Gui) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type HelpView ¶ type HelpView struct { // contains filtered or unexported fields } func NewHelpView ¶ func NewHelpView(masterUI masterUIInterface.MasterUIInterface, name string, width, height int, helpText string) *HelpView func (*HelpView) Layout ¶ func (w *HelpView) Layout(g *gocui.Gui) error Source Files ¶ View all Source files help.go Click to show internal directories. Click to hide internal directories.