yazi/core/src/select/mod.rs
2023-08-02 10:29:49 +08:00

5 lines
68 B
Rust

mod select;
pub use select::*;
pub const SELECT_PADDING: u16 = 2;