aboutsummaryrefslogtreecommitdiff
path: root/ui/widget/border.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-04-14 18:09:02 +0300
committerGitHub <noreply@github.com>2018-04-14 18:09:02 +0300
commit53cdfb64c1773b63fb9432a1525b4ac4acb154fc (patch)
tree1c1aa180313abe8179d0b07591348e222b60483e /ui/widget/border.go
parent14a84295d72a24a8bce8a71c240ab2b155ed5a1f (diff)
parentd060d10615434c557373ee00ba009cc8b583e881 (diff)
Merge pull request #18 from tulir/ui-refactor
Refactor UI to use interfaces and add advanced message rendering
Diffstat (limited to 'ui/widget/border.go')
-rw-r--r--ui/widget/border.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/widget/border.go b/ui/widget/border.go
index 7c42f3d..b3eb65d 100644
--- a/ui/widget/border.go
+++ b/ui/widget/border.go
@@ -17,7 +17,7 @@
package widget
import (
- "github.com/gdamore/tcell"
+ "maunium.net/go/tcell"
"maunium.net/go/tview"
)