drawing and singing fixes

This commit is contained in:
facile pop culture reference 2026-06-24 06:37:07 +03:00
parent e0781571c4
commit 0273d2ac75
7 changed files with 244 additions and 195 deletions

View file

@ -19,7 +19,7 @@ pub(crate) use ::unicode_width::*;
}
}
impl Draw<Tui> for &std::sync::Arc<str> {
impl Draw<Tui> for std::sync::Arc<str> {
fn draw (self, to: &mut Tui) -> Usually<XYWH<u16>> {
self.as_ref().draw(to)
}