mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-05 00:59:19 +02:00
bump gocui
This commit is contained in:
5
vendor/github.com/jesseduffield/gocui/keybinding.go
generated
vendored
5
vendor/github.com/jesseduffield/gocui/keybinding.go
generated
vendored
@ -317,8 +317,9 @@ const (
|
||||
|
||||
// Modifiers.
|
||||
const (
|
||||
ModNone Modifier = Modifier(0)
|
||||
ModAlt = Modifier(tcell.ModAlt)
|
||||
ModNone Modifier = Modifier(0)
|
||||
ModAlt = Modifier(tcell.ModAlt)
|
||||
ModMotion = Modifier(2) // just picking an arbitrary number here that doesn't clash with tcell.ModAlt
|
||||
// ModCtrl doesn't work with keyboard keys. Use CtrlKey in Key and ModNone. This is was for mouse clicks only (tcell.v1)
|
||||
// ModCtrl = Modifier(tcell.ModCtrl)
|
||||
)
|
||||
|
Reference in New Issue
Block a user