diff --git a/ui.go b/ui.go index c68222af..722f2abe 100644 --- a/ui.go +++ b/ui.go @@ -15,8 +15,8 @@ import ( "unicode" "unicode/utf8" - "github.com/mattn/go-runewidth" "github.com/doronbehar/termbox-go" + "github.com/mattn/go-runewidth" ) const gEscapeCode = 27