diff options
Diffstat (limited to 'ui/messages')
-rw-r--r-- | ui/messages/tstring/cell.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/messages/tstring/cell.go b/ui/messages/tstring/cell.go index 8a400ee..c3e22a3 100644 --- a/ui/messages/tstring/cell.go +++ b/ui/messages/tstring/cell.go @@ -17,8 +17,8 @@ package tstring import ( - "maunium.net/go/tcell" "github.com/mattn/go-runewidth" + "maunium.net/go/tcell" ) type Cell struct { |