mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
errors fixed, renders nothing :(
This commit is contained in:
parent
b3f0f60400
commit
4cca03352a
9 changed files with 47 additions and 44 deletions
|
|
@ -99,6 +99,11 @@ impl ArrangerViewMode {
|
|||
}
|
||||
}
|
||||
}
|
||||
impl Layout<Tui> for Arranger<Tui> {
|
||||
fn layout (&self, area: [u16;4]) -> Perhaps<[u16;4]> {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
/// Render arranger to terminal
|
||||
impl Render<Tui> for Arranger<Tui> {
|
||||
fn render (&self, to: &mut Tui) -> Perhaps<[u16;4]> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue