mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 12:46:42 +01:00
using Cell directly fixes fullscreen performance
This commit is contained in:
parent
d75600188e
commit
6724f3848d
3 changed files with 32 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use crate::core::*;
|
||||
pub(crate) use ratatui::prelude::*;
|
||||
use ratatui::buffer::Cell;
|
||||
pub(crate) use ratatui::buffer::Cell;
|
||||
use ratatui::widgets::WidgetRef;
|
||||
|
||||
pub trait Blit {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue