summaryrefslogtreecommitdiffstats
path: root/zellij-client/src
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-client/src
parent90c68fb6a6da2b143b8d3fc857d145daa8755f4c (diff)
Feature: Rotate Pane locations (#802)
fix #165
Diffstat (limited to 'zellij-client/src')
-rw-r--r--zellij-client/src/input_handler.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/zellij-client/src/input_handler.rs b/zellij-client/src/input_handler.rs
index 1b2c0f22c..78869fd52 100644
--- a/zellij-client/src/input_handler.rs
+++ b/zellij-client/src/input_handler.rs
@@ -176,6 +176,7 @@ impl InputHandler {
let mut should_break = false;
match action {
+ Action::NoOp => {}
Action::Quit | Action::Detach => {
self.os_input
.send_to_server(ClientToServerMsg::Action(action));