mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
fmtd -> view_cache; fix initial values of counters
This commit is contained in:
parent
5120930919
commit
d893ae0309
4 changed files with 43 additions and 27 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue