Use my fork of tcell

This commit is contained in:
Zachary Yedidia
2016-03-21 14:50:28 -04:00
parent b8f6850c58
commit e450e02b83
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ package main
import (
"fmt"
"github.com/gdamore/tcell"
"github.com/zyedidia/tcell"
"io/ioutil"
"os/user"
"path/filepath"

View File

@@ -2,9 +2,9 @@ package main
import (
"fmt"
"github.com/gdamore/tcell"
"github.com/go-errors/errors"
"github.com/mattn/go-isatty"
"github.com/zyedidia/tcell"
"io/ioutil"
"os"
)

View File

@@ -1,7 +1,7 @@
package main
import (
"github.com/gdamore/tcell"
"github.com/zyedidia/tcell"
"strconv"
)

View File

@@ -2,7 +2,7 @@ package main
import (
"github.com/atotto/clipboard"
"github.com/gdamore/tcell"
"github.com/zyedidia/tcell"
"strconv"
)