mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-14 17:51:44 +03:00
termui: add missing query help text
This commit is contained in:
parent
19f43a83c3
commit
8a25c63d69
@ -120,7 +120,7 @@ func (bt *bugTable) layout(g *gocui.Gui) error {
|
||||
v.Frame = false
|
||||
v.BgColor = gocui.ColorBlue
|
||||
|
||||
fmt.Fprintf(v, "[Esc] Quit [←↓↑→,hjkl] Navigation [enter] Open bug [n] New bug [i] Pull [o] Push")
|
||||
fmt.Fprintf(v, "[Esc] Quit [q] Query [←↓↑→,hjkl] Navigation [enter] Open bug [n] New bug [i] Pull [o] Push")
|
||||
}
|
||||
|
||||
_, err = g.SetCurrentView(bugTableView)
|
||||
|
Loading…
Reference in New Issue
Block a user