1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-31 14:24:25 +03:00

move keys slice to guiState struct

This commit is contained in:
Dawid Dziurla
2018-09-04 15:29:43 +02:00
parent 7b84c162f4
commit cbafadd48e
2 changed files with 5 additions and 6 deletions

View File

@ -83,6 +83,7 @@ type guiState struct {
EditHistory *stack.Stack
Platform commands.Platform
Updating bool
Keys []Binding
}
// NewGui builds a new gui handler