From fe0938b1de0c46fc2afcaa3dcd6a0f4ec870d21a Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Fri, 2 Aug 2024 00:36:10 +0200 Subject: add state which is shared with the lua environment --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 776489f..9228eaf 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,6 +7,8 @@ pub mod tui; pub mod widgets; pub mod lua; pub mod config; +pub mod state; +pub mod cursor; fn run() -> io::Result<()> { let mut terminal = tui::init()?; -- cgit v1.2.3-70-g09d2