summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/errors.rs
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-10-07 15:22:20 +0200
committerGitHub <noreply@github.com>2021-10-07 15:22:20 +0200
commitf2401d0b2585c23c3358d0a2c1492c3a2981c70f (patch)
tree4f068d06d2ebcc82a787c53579f01c78b355814b /zellij-utils/src/errors.rs
parent24154e40e028fcdefd33ec51dd22c41c75da5329 (diff)
refactor(clients): support multiple clients in tab/screen rendering infra (#770)
Diffstat (limited to 'zellij-utils/src/errors.rs')
-rw-r--r--zellij-utils/src/errors.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/zellij-utils/src/errors.rs b/zellij-utils/src/errors.rs
index cb4a4c264..348e6013a 100644
--- a/zellij-utils/src/errors.rs
+++ b/zellij-utils/src/errors.rs
@@ -244,7 +244,6 @@ pub enum ScreenContext {
SetFixedHeight,
SetFixedWidth,
ClosePane,
- ApplyLayout,
NewTab,
SwitchTabNext,
SwitchTabPrev,
@@ -258,6 +257,8 @@ pub enum ScreenContext {
MouseHold,
Copy,
ToggleTab,
+ AddClient,
+ RemoveClient,
}
/// Stack call representations corresponding to the different types of [`PtyInstruction`]s.