summaryrefslogtreecommitdiffstats
path: root/pkg/gui/types/context.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/types/context.go')
-rw-r--r--pkg/gui/types/context.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/gui/types/context.go b/pkg/gui/types/context.go
index 6f026fe73..253bb62ef 100644
--- a/pkg/gui/types/context.go
+++ b/pkg/gui/types/context.go
@@ -85,6 +85,8 @@ type IViewTrait interface {
ViewPortYBounds() (int, int)
ScrollLeft()
ScrollRight()
+ ScrollUp()
+ ScrollDown()
PageDelta() int
SelectedLineIdx() int
}