From 001858b11fb60926725e061ec31dfa9c77562148 Mon Sep 17 00:00:00 2001 From: Gokul Soumya Date: Tue, 11 Oct 2022 05:40:01 +0530 Subject: Propagate idle timeout event to components (#3172) --- helix-view/src/input.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-view') diff --git a/helix-view/src/input.rs b/helix-view/src/input.rs index 083a1e08..30fa72c4 100644 --- a/helix-view/src/input.rs +++ b/helix-view/src/input.rs @@ -14,6 +14,7 @@ pub enum Event { Mouse(MouseEvent), Paste(String), Resize(u16, u16), + IdleTimeout, } #[derive(Debug, PartialOrd, PartialEq, Eq, Clone, Copy, Hash)] -- cgit v1.2.3-70-g09d2