summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/errors.rs
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-05-29 23:12:11 +0100
committerBrooks J Rady <b.j.rady@gmail.com>2021-05-29 23:12:11 +0100
commitf2c5ee44f7f2c61f50b043bd8e55f915a3667fce (patch)
tree3e0ab2bb70869352c47085cc857b6e86becb840a /zellij-utils/src/errors.rs
parentfe299325eb54e6642d27a417a3922a757b4390e4 (diff)
Getting back to where we started... (Buggy Resizing)
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 b47ddb9a2..b37a3a077 100644
--- a/zellij-utils/src/errors.rs
+++ b/zellij-utils/src/errors.rs
@@ -207,7 +207,8 @@ pub enum ScreenContext {
ToggleActiveTerminalFullscreen,
SetSelectable,
SetInvisibleBorders,
- SetMaxHeight,
+ SetFixedHeight,
+ SetFixedWidth,
ClosePane,
ApplyLayout,
NewTab,