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 ( import (
"fmt" "fmt"
"github.com/zyedidia/tcell" "github.com/gdamore/tcell"
"io/ioutil" "io/ioutil"
"os/user" "os/user"
"regexp" "regexp"

View File

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

View File

@@ -1,7 +1,7 @@
package main package main
import ( 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) // 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" "fmt"
"github.com/go-errors/errors" "github.com/go-errors/errors"
"github.com/mattn/go-isatty" "github.com/mattn/go-isatty"
"github.com/zyedidia/tcell" "github.com/gdamore/tcell"
"io/ioutil" "io/ioutil"
"os" "os"
) )

View File

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

View File

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