mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
a6fb8ee64b
commit
1b03cd87a6
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ pub type InputCallback = Box<dyn Fn(&str, &str)>;
|
||||||
#[derive(Default)]
|
#[derive(Default)]
|
||||||
pub struct Input {
|
pub struct Input {
|
||||||
pub snaps: InputSnaps,
|
pub snaps: InputSnaps,
|
||||||
pub limit: usize, // FIXME
|
pub limit: usize,
|
||||||
pub obscure: bool,
|
pub obscure: bool,
|
||||||
pub callback: Option<InputCallback>,
|
pub callback: Option<InputCallback>,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue