compiles... and crashes. added snazzy cli header

This commit is contained in:
🪞👃🪞 2025-03-16 21:12:12 +02:00
parent a4f0487324
commit 70fd1efc1e
5 changed files with 32 additions and 12 deletions

View file

@ -177,7 +177,5 @@ pub(crate) fn per_track <'a, T: Content<TuiOut> + 'a, U: TracksSizes<'a>> (
let _ = heading("", "", 0, "", true);
let _ = heading("", "", 0, "", false);
let _ = wrap(Reset, Reset, "");
let _ = row(0, 0, 0, "", "", "");
let _ = row_top(0, 0, 0, "", "", "");
}
}