mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 02:01:43 +03:00
termui: fix the instructions being written on in show bug
This commit is contained in:
parent
a0d509bcdd
commit
f7ef5cdb3a
@ -86,6 +86,11 @@ func (sb *showBug) layout(g *gocui.Gui) error {
|
||||
fmt.Fprintf(v, "[q] Save and return [c] Comment [t] Change title [↓,j] Down [↑,k] Up")
|
||||
}
|
||||
|
||||
_, err = g.SetViewOnTop(showBugInstructionView)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
_, err = g.SetCurrentView(showBugView)
|
||||
return err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user