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,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"
)