mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
wip: reenabling editor
This commit is contained in:
parent
00453a7697
commit
6b073988c2
3 changed files with 31 additions and 4 deletions
|
|
@ -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 {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue