mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
wip: now only need to remove 139x ratatui::layout::Rect
This commit is contained in:
parent
ff97070a03
commit
4b92465073
6 changed files with 84 additions and 123 deletions
|
|
@ -224,7 +224,7 @@ pub fn half_block (lower: bool, upper: bool) -> Option<char> {
|
|||
}
|
||||
}
|
||||
|
||||
impl Rectangle<u16> for Rect {
|
||||
impl Area<u16> for Rect {
|
||||
fn x (&self) -> u16 { self.x }
|
||||
fn y (&self) -> u16 { self.y }
|
||||
fn w (&self) -> u16 { self.width }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue