summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/errors.rs
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-04-30 15:21:04 +0200
committerGitHub <noreply@github.com>2024-04-30 15:21:04 +0200
commit64ce7a7d751b3b03403af0e99bab6f1c64d6d56e (patch)
tree216050770c518e3be7507e0d08d659c41cf47de7 /zellij-utils/src/errors.rs
parent158260799b5112e31d86557af8a32b7ab0d77a26 (diff)
feat(cli): list clients, their focused pane_id and the running command (#3314)
* feat(cli): list clients * style(fmt): rustfmt
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 51174b756..248ff9be0 100644
--- a/zellij-utils/src/errors.rs
+++ b/zellij-utils/src/errors.rs
@@ -352,6 +352,7 @@ pub enum ScreenContext {
DumpLayoutToHd,
RenameSession,
DumpLayoutToPlugin,
+ ListClientsMetadata,
}
/// Stack call representations corresponding to the different types of [`PtyInstruction`]s.
@@ -373,6 +374,7 @@ pub enum PtyContext {
LogLayoutToHd,
FillPluginCwd,
DumpLayoutToPlugin,
+ ListClientsMetadata,
Exit,
}
@@ -405,6 +407,7 @@ pub enum PluginContext {
WatchFilesystem,
KeybindPipe,
DumpLayoutToPlugin,
+ ListClientsMetadata,
}
/// Stack call representations corresponding to the different types of [`ClientInstruction`]s.