summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/errors.rs
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-03-21 16:52:15 +0100
committerGitHub <noreply@github.com>2024-03-21 16:52:15 +0100
commit07b76ee610deb3a37082cf9a650f443fa579aa07 (patch)
treeff3d78914fbfb02001a38f2809aeb6c2619ec66d /zellij-utils/src/errors.rs
parent8504881e4eeaa0dbc53203351c9529aed1068249 (diff)
feat(pipes): allow piping messages to plugins from keybindings (#3212)
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 9a100e385..c6ef80e68 100644
--- a/zellij-utils/src/errors.rs
+++ b/zellij-utils/src/errors.rs
@@ -401,6 +401,7 @@ pub enum PluginContext {
MessageFromPlugin,
UnblockCliPipes,
WatchFilesystem,
+ KeybindPipe,
}
/// Stack call representations corresponding to the different types of [`ClientInstruction`]s.