summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/errors.rs
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-12-07 15:03:58 +0100
committerGitHub <noreply@github.com>2022-12-07 15:03:58 +0100
commitf8a078c1a959ca7bb243bd9a86b3ddc392605c9c (patch)
treef3d120d900446ae03c1c27ccd1ff5c0f9b49efc9 /zellij-utils/src/errors.rs
parent81287a276f62d4ca98c9fa1b76332db074a13cc5 (diff)
feat(ux): show loading screen (#1997)
* feat(ux): show loading prompt * style(fmt): rustfmt
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 07947dd12..70d4b3f6d 100644
--- a/zellij-utils/src/errors.rs
+++ b/zellij-utils/src/errors.rs
@@ -384,6 +384,8 @@ pub enum ClientContext {
Connected,
ActiveClients,
OwnClientId,
+ StartedParsingStdinQuery,
+ DoneParsingStdinQuery,
}
/// Stack call representations corresponding to the different types of [`ServerInstruction`]s.