mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-24 08:11:04 +00:00
7 lines
125 B
Rust
7 lines
125 B
Rust
#![allow(clippy::unit_arg)]
|
|
|
|
yazi_macro::mod_pub!(tty);
|
|
|
|
yazi_macro::mod_flat!(cursor r#if);
|
|
|
|
pub fn init() { tty::init(); }
|