mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-10 21:56:42 +01:00
wip: directional focus!
This commit is contained in:
parent
ec3eb40bb4
commit
225eda0d24
5 changed files with 118 additions and 59 deletions
|
|
@ -58,9 +58,10 @@ impl ArrangerCli {
|
|||
)?
|
||||
);
|
||||
Tui::run(Arc::new(RwLock::new(Arranger {
|
||||
focus_cursor: (0, 1),
|
||||
transport: self.transport.then_some(transport),
|
||||
show_sequencer: Some(tek_core::Direction::Down),
|
||||
focus: 0,
|
||||
focus: ArrangerFocus::Arrangement,
|
||||
modal: None,
|
||||
editor: PhraseEditor::new(),
|
||||
arrangement,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue