1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-05 00:59:19 +02:00

bump gocui (this better work or so hope me god I'm switching back to go dep)

jks I'm that that close to the edge... but I am getting there haha
This commit is contained in:
Jesse Duffield
2019-11-10 16:40:07 +11:00
parent df72eee201
commit 5c518eda0a
34 changed files with 7847 additions and 61 deletions

View File

@ -136,6 +136,7 @@ type Modifier termbox.Modifier
// Modifiers.
const (
ModNone Modifier = Modifier(0)
ModAlt = Modifier(termbox.ModAlt)
ModNone Modifier = Modifier(0)
ModAlt = Modifier(termbox.ModAlt)
ModMotion = Modifier(termbox.ModMotion)
)