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 e2e3c244f..df5d02782 100644
--- a/zellij-utils/src/errors.rs
+++ b/zellij-utils/src/errors.rs
@@ -338,6 +338,9 @@ pub enum ScreenContext {
FocusPaneWithId,
RenamePane,
RenameTab,
+ BreakPane,
+ BreakPaneRight,
+ BreakPaneLeft,
}
/// Stack call representations corresponding to the different types of [`PtyInstruction`]s.