Switch to gdamore/tcell

This commit is contained in:
Zachary Yedidia
2019-12-31 17:23:12 -05:00
parent 466c48da31
commit 6632ab0a77
18 changed files with 35 additions and 31 deletions

View File

@@ -7,6 +7,7 @@ import (
"os"
"sort"
"github.com/gdamore/tcell"
"github.com/go-errors/errors"
isatty "github.com/mattn/go-isatty"
"github.com/zyedidia/micro/internal/action"
@@ -15,7 +16,6 @@ import (
"github.com/zyedidia/micro/internal/screen"
"github.com/zyedidia/micro/internal/shell"
"github.com/zyedidia/micro/internal/util"
"github.com/zyedidia/tcell"
)
var (