summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/errors.rs
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-03-25 10:28:21 +0100
committerGitHub <noreply@github.com>2024-03-25 10:28:21 +0100
commit86e91ae1379d44df461f871d2ee3f35f6724292c (patch)
tree09ae4eec003b37cee7b9bcadac5ad68396fdb134 /zellij-utils/src/errors.rs
parentb24386e6b13c6fa5053fbbd13dc836dee6d60a68 (diff)
fix(startup): recover from race condition that causes Zellij to start in the wrong size (#3218)
* fix(startup): recover from Zellij starting up in the wrong size * style(fmt): rustfmt * fix tests
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 c6ef80e68..d05df3a25 100644
--- a/zellij-utils/src/errors.rs
+++ b/zellij-utils/src/errors.rs
@@ -424,6 +424,7 @@ pub enum ClientContext {
SetSynchronisedOutput,
UnblockCliPipeInput,
CliPipeOutput,
+ QueryTerminalSize,
}
/// Stack call representations corresponding to the different types of [`ServerInstruction`]s.