mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-24 16:21:04 +00:00
9 lines
149 B
Rust
9 lines
149 B
Rust
mod commands;
|
|
mod progress;
|
|
mod tasks;
|
|
|
|
pub use progress::*;
|
|
pub use tasks::*;
|
|
|
|
pub const TASKS_PADDING: u16 = 2;
|
|
pub const TASKS_PERCENT: u16 = 80;
|