summaryrefslogtreecommitdiffstats
path: root/runtime/ui/view/cursor.go
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ui/view/cursor.go')
-rw-r--r--runtime/ui/view/cursor.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ui/view/cursor.go b/runtime/ui/view/cursor.go
index 7cd5bcf..a2b6b89 100644
--- a/runtime/ui/view/cursor.go
+++ b/runtime/ui/view/cursor.go
@@ -2,7 +2,7 @@ package view
import (
"errors"
- "github.com/jroimartin/gocui"
+ "github.com/awesome-gocui/gocui"
)
// CursorDown moves the cursor down in the currently selected gocui pane, scrolling the screen as needed.