feat: Add mouse capture functionality to terminal and enhance markdown rendering with table support

This commit is contained in:
asepharyana
2026-07-15 04:36:00 +07:00
parent b2e848d124
commit 4428e8bc01
3 changed files with 82 additions and 4 deletions
+2
View File
@@ -0,0 +1,2 @@
use crossterm::event::{EnableMouseCapture, EnableMouseScrollCapture};
fn main() {}