wip: reenabling editor

This commit is contained in:
🪞👃🪞 2025-01-02 14:01:14 +01:00
parent 00453a7697
commit 6b073988c2
3 changed files with 31 additions and 4 deletions

View file

@ -45,7 +45,7 @@ has_size!(<Tui>|self: MidiEditor|&self.size);
render!(Tui: (self: MidiEditor) => {
self.autoscroll();
self.autozoom();
Bsp::a(&self.size, &self.mode)
Fill::xy(Tui::bg(Color::Black, Bsp::b(&self.size, &self.mode)))
});
impl MidiView<Tui> for MidiEditor {}