using Cell directly fixes fullscreen performance

This commit is contained in:
🪞👃🪞 2024-07-06 22:21:09 +03:00
parent d75600188e
commit 6724f3848d
3 changed files with 32 additions and 14 deletions

View file

@ -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 {