Switch back to original tcell

This commit is contained in:
Zachary Yedidia 2016-03-23 16:37:49 -04:00
parent a35af11924
commit ab69812440
6 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

@ -1,7 +1,7 @@
package main
import (
"github.com/zyedidia/tcell"
"github.com/gdamore/tcell"
)
// Messenger is an object that can send messages to the user and get input from the user (with a prompt)

View file

@ -4,7 +4,7 @@ import (
"fmt"
"github.com/go-errors/errors"
"github.com/mattn/go-isatty"
"github.com/zyedidia/tcell"
"github.com/gdamore/tcell"
"io/ioutil"
"os"
)

View file

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

View file

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