mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
fix some warnings in core
This commit is contained in:
parent
5667416d89
commit
7668a6f339
2 changed files with 10 additions and 10 deletions
|
|
@ -12,10 +12,10 @@ use crossterm::terminal::{
|
|||
};
|
||||
|
||||
pub struct Tui {
|
||||
exited: Arc<AtomicBool>,
|
||||
buffer: Buffer,
|
||||
backend: CrosstermBackend<Stdout>,
|
||||
area: [u16;4], // FIXME auto resize
|
||||
pub exited: Arc<AtomicBool>,
|
||||
pub buffer: Buffer,
|
||||
pub backend: CrosstermBackend<Stdout>,
|
||||
pub area: [u16;4], // FIXME auto resize
|
||||
}
|
||||
impl Engine for Tui {
|
||||
type Unit = u16;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue