Add build output dependency file for mouse-test application
Add standard menu fore keybinds
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
mod app;
|
||||
mod config;
|
||||
mod log;
|
||||
mod pty;
|
||||
mod render;
|
||||
|
||||
@@ -14,6 +15,7 @@ use ratatui::{backend::CrosstermBackend, Terminal};
|
||||
use std::{io, time::Duration};
|
||||
|
||||
fn main() -> io::Result<()> {
|
||||
log::init();
|
||||
enable_raw_mode()?;
|
||||
let mut stdout = io::stdout();
|
||||
execute!(stdout, EnterAlternateScreen, EnableMouseCapture)?;
|
||||
|
||||
Reference in New Issue
Block a user