diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-08-02 18:09:23 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-08-02 18:09:23 +0200 |
| commit | de9ad07b2a4737713f1473641fe195d7e3023928 (patch) | |
| tree | 38f3bdb122b6e94fe45dbfa2264314c7a7f26be8 /src/main.rs | |
| parent | 29ab8b40dc6976687ffb8bfbf663314b0ec3c46e (diff) | |
add tui-cursor handling
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 9228eaf..1a465ca 100644 --- a/src/main.rs +++ b/src/main.rs @@ -9,6 +9,7 @@ pub mod lua; pub mod config; pub mod state; pub mod cursor; +pub mod tuicursor; fn run() -> io::Result<()> { let mut terminal = tui::init()?; |