summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/errors.rs
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-11-08 11:37:06 +0100
committerGitHub <noreply@github.com>2023-11-08 11:37:06 +0100
commitea5e6aa8d713160ae6789053cde8eb1e3f0c5639 (patch)
tree6bb1bb1ad1f0d2cc239edd369bee505aeefd1a52 /zellij-utils/src/errors.rs
parentd4657a2fd138bba418532cc307faa0ca7dcf9b5d (diff)
fix(ux): LaunchPlugin and some cwd fixes (#2916)
* LaunchPlugin and some cwd fixes * style(fmt): rustfmt * fix e2e tests and some cleanups * fmt
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 726824d82..aff97f2d8 100644
--- a/zellij-utils/src/errors.rs
+++ b/zellij-utils/src/errors.rs
@@ -335,6 +335,7 @@ pub enum ScreenContext {
StartPluginLoadingIndication,
RequestStateUpdateForPlugins,
LaunchOrFocusPlugin,
+ LaunchPlugin,
SuppressPane,
FocusPaneWithId,
RenamePane,