This commit is contained in:
Tulir Asokan
2018-04-19 11:10:34 +03:00
parent b17ff318c2
commit b1dc965a4a
14 changed files with 29 additions and 31 deletions

View File

@ -17,8 +17,8 @@
package tstring
import (
"maunium.net/go/tcell"
"github.com/mattn/go-runewidth"
"maunium.net/go/tcell"
)
type Cell struct {

View File

@ -20,9 +20,9 @@ import (
"fmt"
"strconv"
"maunium.net/go/tcell"
"maunium.net/go/gomuks/matrix/rooms"
"maunium.net/go/gomuks/ui/widget"
"maunium.net/go/tcell"
"maunium.net/go/tview"
)

View File

@ -17,8 +17,8 @@
package ui
import (
"maunium.net/go/tcell"
"maunium.net/go/gomuks/interface"
"maunium.net/go/tcell"
"maunium.net/go/tview"
)

View File

@ -18,8 +18,8 @@ package ui
import (
"maunium.net/go/gomuks/config"
"maunium.net/go/gomuks/interface"
"maunium.net/go/gomuks/debug"
"maunium.net/go/gomuks/interface"
"maunium.net/go/gomuks/ui/widget"
"maunium.net/go/tview"
)

View File

@ -24,9 +24,9 @@ import (
"strings"
"unicode/utf8"
"maunium.net/go/tcell"
"github.com/mattn/go-runewidth"
"github.com/zyedidia/clipboard"
"maunium.net/go/tcell"
"maunium.net/go/tview"
)

View File

@ -17,8 +17,8 @@
package widget
import (
"maunium.net/go/tcell"
"github.com/mattn/go-runewidth"
"maunium.net/go/tcell"
"maunium.net/go/tview"
)