wip: unpetrify, tryna dodge 4000

This commit is contained in:
🪞👃🪞 2024-07-03 15:53:14 +03:00
parent ea529b7734
commit b4fdddc0aa
7 changed files with 161 additions and 78 deletions

View file

@ -37,7 +37,7 @@ pub fn draw_as_row (
state: &Chain, buf: &mut Buffer, area: Rect, style: Option<Style>
) -> Usually<(Rect, Vec<Rect>)> {
let Rect { mut x, y, width, height } = area;
let mut h = 0u16;
let mut h = 3u16;
let mut frames = vec![];
for (i, device) in state.items.iter().enumerate() {
let x2 = 0u16;