mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 21:26:43 +01:00
cmdsys: focus enter
This commit is contained in:
parent
c551f83d5c
commit
31c1db8a5c
3 changed files with 28 additions and 9 deletions
|
|
@ -23,6 +23,7 @@ impl SequencerCli {
|
|||
let sequencer = Sequencer {
|
||||
jack: jack.clone(),
|
||||
focus_cursor: (1, 1),
|
||||
entered: false,
|
||||
phrases: Arc::new(RwLock::new(PhrasePool::new())),
|
||||
editor: PhraseEditor::new(),
|
||||
clock: transport.clock.clone(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue