summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/errors.rs
diff options
context:
space:
mode:
Diffstat (limited to 'zellij-utils/src/errors.rs')
-rw-r--r--zellij-utils/src/errors.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/zellij-utils/src/errors.rs b/zellij-utils/src/errors.rs
index a7986de8d..3493f84b7 100644
--- a/zellij-utils/src/errors.rs
+++ b/zellij-utils/src/errors.rs
@@ -249,6 +249,7 @@ pub enum ScreenContext {
MoveFocusRight,
MoveFocusRightOrNextTab,
MovePane,
+ MovePaneBackwards,
MovePaneDown,
MovePaneUp,
MovePaneRight,
@@ -320,6 +321,8 @@ pub enum ScreenContext {
SearchToggleWrap,
AddRedPaneFrameColorOverride,
ClearPaneFrameColorOverride,
+ PreviousSwapLayout,
+ NextSwapLayout,
}
/// Stack call representations corresponding to the different types of [`PtyInstruction`]s.