1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-15 01:34:26 +02:00

bump gocui to get contexts on keybindings

This commit is contained in:
Jesse Duffield
2019-11-16 12:40:53 +11:00
parent e6be849eb2
commit 44bbc106a9
6 changed files with 25 additions and 9 deletions

View File

@ -103,6 +103,8 @@ type View struct {
// ParentView is the view which catches events bubbled up from the given view if there's no matching handler
ParentView *View
Context string // this is for assigning keybindings to a view only in certain contexts
}
type viewLine struct {