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 78468891d..e434067e5 100644
--- a/zellij-utils/src/errors.rs
+++ b/zellij-utils/src/errors.rs
@@ -335,6 +335,9 @@ pub enum ScreenContext {
RequestStateUpdateForPlugins,
LaunchOrFocusPlugin,
SuppressPane,
+ FocusPaneWithId,
+ RenamePane,
+ RenameTab,
}
/// Stack call representations corresponding to the different types of [`PtyInstruction`]s.