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

bump deps to use forked termbox which doesn't crash as easily

This commit is contained in:
Jesse Duffield
2018-09-19 19:54:58 +10:00
parent 4ea446205c
commit 0367399cf3
28 changed files with 34 additions and 65 deletions

View File

@ -4,7 +4,7 @@
package gocui
import "github.com/nsf/termbox-go"
import "github.com/jesseduffield/termbox-go"
// Attribute represents a terminal attribute, like color, font style, etc. They
// can be combined using bitwise OR (|). Note that it is not possible to