A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/edi/st.rs')
-rw-r--r--src/edi/st.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/edi/st.rs b/src/edi/st.rs
index 01a3474..3fe6b31 100644
--- a/src/edi/st.rs
+++ b/src/edi/st.rs
@@ -92,7 +92,7 @@ Hovering(x) => {
>, ((usize, usize), TextDocumentPositionParams)) => (v, h, d)) => Hovering({ let mut x = x; x.result = v; x.request_d(h, d); x }),
C(_) => _ [Hover],
MovedOut => Default,
-
+ Scrolled => Default,
// reconsidering
K(Key::Character("s") if ctrl()) => Save [Save],
K(Key::Character("q") if ctrl()) => Dead [Quit],