fmtd -> view_cache; fix initial values of counters

This commit is contained in:
🪞👃🪞 2025-04-14 13:20:24 +03:00
parent 5120930919
commit d893ae0309
4 changed files with 43 additions and 27 deletions

View file

@ -60,7 +60,7 @@ mod model_select; pub use self::model_select::*;
// Input definitions when the mix is focused
pub keys_mix: SourceIter<'static>,
// Cache of formatted strings
pub fmtd: Arc<RwLock<ViewCache>>,
pub view_cache: Arc<RwLock<ViewCache>>,
}
has_size!(<TuiOut>|self: Tek|&self.size);
has_clock!(|self: Tek|self.clock);