mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-08-28 21:06:56 +02:00
'197e' is as much as i can tell ya
This commit is contained in:
parent
dcca74a649
commit
5ffa9472e1
7 changed files with 975 additions and 948 deletions
|
|
@ -21,7 +21,7 @@ def_command!(FileBrowserCommand: |sampler: Sampler|{
|
|||
pub filter: String,
|
||||
pub index: usize,
|
||||
pub scroll: usize,
|
||||
pub size: [AtomicUsize; 2],
|
||||
pub size: Size,
|
||||
}
|
||||
|
||||
pub(crate) struct EntriesIterator<'a> {
|
||||
|
|
@ -330,7 +330,7 @@ impl Browse {
|
|||
}
|
||||
}
|
||||
impl<'a> Iterator for EntriesIterator<'a> {
|
||||
type Item = Modify<&'a str>;
|
||||
type Item = ();
|
||||
fn next (&mut self) -> Option<Self::Item> {
|
||||
let dirs = self.browser.dirs.len();
|
||||
let files = self.browser.files.len();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue