summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-12-08 18:41:41 +0100
committerGitHub <noreply@github.com>2021-12-08 18:41:41 +0100
commit92bddf1b798ec4ecfce8831552e1f218273bb50f (patch)
treeaa65624c877a1407ede75a414461559e0cbb530f /zellij-utils/src
parent56e85f87d6c365816cca71c496aa7e49709e0b11 (diff)
fix(plugins): support multiple users (#930)
* fix(plugins): support multiple clients * fix(style): make clippy happy
Diffstat (limited to 'zellij-utils/src')
-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 d5407dd12..f8b8def98 100644
--- a/zellij-utils/src/errors.rs
+++ b/zellij-utils/src/errors.rs
@@ -294,6 +294,8 @@ pub enum PluginContext {
Render,
Unload,
Exit,
+ AddClient,
+ RemoveClient,
}
/// Stack call representations corresponding to the different types of [`ClientInstruction`]s.