mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2026-07-17 15:56:57 +02:00
drawing and singing fixes
This commit is contained in:
parent
e0781571c4
commit
0273d2ac75
7 changed files with 244 additions and 195 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue