summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/errors.rs
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-12-06 15:34:43 +0100
committerGitHub <noreply@github.com>2022-12-06 15:34:43 +0100
commitb7adfcc581d40952ec5d1f5a853669322e895bd7 (patch)
treeba245468ddc56834782604d1829163f8121bd087 /zellij-utils/src/errors.rs
parentc2a6156a6b4ae8cadb1e48cfb8763c0d9233d9f9 (diff)
refactor(plugins): fix plugin loading data flow (#1995)
Diffstat (limited to 'zellij-utils/src/errors.rs')
-rw-r--r--zellij-utils/src/errors.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/zellij-utils/src/errors.rs b/zellij-utils/src/errors.rs
index 86dac5777..fe517783e 100644
--- a/zellij-utils/src/errors.rs
+++ b/zellij-utils/src/errors.rs
@@ -285,6 +285,7 @@ pub enum ScreenContext {
UpdatePaneName,
UndoRenamePane,
NewTab,
+ ApplyLayout,
SwitchTabNext,
SwitchTabPrev,
CloseTab,
@@ -350,6 +351,7 @@ pub enum PluginContext {
Exit,
AddClient,
RemoveClient,
+ NewTab,
}
/// Stack call representations corresponding to the different types of [`ClientInstruction`]s.