mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 02:01:43 +03:00
Add edit to instruction view
This commit is contained in:
parent
c96015e634
commit
97afd6b68a
@ -100,7 +100,7 @@ func (sb *showBug) layout(g *gocui.Gui) error {
|
||||
if sb.isOnSide {
|
||||
fmt.Fprint(v, "[a] Add label [r] Remove label")
|
||||
} else {
|
||||
fmt.Fprint(v, "[o] Toggle open/close [c] Comment [t] Change title")
|
||||
fmt.Fprint(v, "[o] Toggle open/close [e] Edit [c] Comment [t] Change title")
|
||||
}
|
||||
|
||||
_, err = g.SetViewOnTop(showBugInstructionView)
|
||||
|
Loading…
Reference in New Issue
Block a user