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

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