mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 20:56:43 +01:00
wip: unpetrify, tryna dodge 4000
This commit is contained in:
parent
ea529b7734
commit
b4fdddc0aa
7 changed files with 161 additions and 78 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue