summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/route.rs
diff options
context:
space:
mode:
Diffstat (limited to 'zellij-server/src/route.rs')
-rw-r--r--zellij-server/src/route.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/zellij-server/src/route.rs b/zellij-server/src/route.rs
index 3959a19aa..20f14c3bd 100644
--- a/zellij-server/src/route.rs
+++ b/zellij-server/src/route.rs
@@ -23,6 +23,10 @@ fn route_action(
to_server: &SenderWithContext<ServerInstruction>,
) -> bool {
let mut should_break = false;
+ session
+ .senders
+ .send_to_plugin(PluginInstruction::Update(None, Event::InputReceived))
+ .unwrap();
match action {
Action::Write(val) => {
session