summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/errors.rs
diff options
context:
space:
mode:
authorYves Biener <56591091+yves-biener@users.noreply.github.com>2023-01-24 13:51:11 +0100
committerGitHub <noreply@github.com>2023-01-24 21:51:11 +0900
commit650aeb12bed057572cb806e9324647dd35a05e98 (patch)
tree5da0d6d5176f2a9f457c630167d7eb11864c4d8c /zellij-utils/src/errors.rs
parentbeddfb77a8ef8a5b90db084ad8030d1168f77352 (diff)
feat: add ScrollToTop action (#2110)
Diffstat (limited to 'zellij-utils/src/errors.rs')
-rw-r--r--zellij-utils/src/errors.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/zellij-utils/src/errors.rs b/zellij-utils/src/errors.rs
index b56bd79a1..50c8f9b28 100644
--- a/zellij-utils/src/errors.rs
+++ b/zellij-utils/src/errors.rs
@@ -261,6 +261,7 @@ pub enum ScreenContext {
ScrollDown,
ScrollDownAt,
ScrollToBottom,
+ ScrollToTop,
PageScrollUp,
PageScrollDown,
HalfPageScrollUp,