summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/errors.rs
diff options
context:
space:
mode:
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.