summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/errors.rs
diff options
context:
space:
mode:
authorKunal Mohan <44079328+kunalmohan@users.noreply.github.com>2021-10-26 09:54:05 +0530
committerGitHub <noreply@github.com>2021-10-26 09:54:05 +0530
commit164eb6a5b74b3089548303fb60a9e623856bcd23 (patch)
tree52c118484e5de16524335f681f0718cceaf0c825 /zellij-utils/src/errors.rs
parent90c68fb6a6da2b143b8d3fc857d145daa8755f4c (diff)
Feature: Rotate Pane locations (#802)
fix #165
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 b6353c5bc..be75e4add 100644
--- a/zellij-utils/src/errors.rs
+++ b/zellij-utils/src/errors.rs
@@ -226,6 +226,7 @@ pub enum ScreenContext {
MoveFocusUp,
MoveFocusRight,
MoveFocusRightOrNextTab,
+ MovePane,
MovePaneDown,
MovePaneUp,
MovePaneRight,