feat: run stub tek_sequencer

This commit is contained in:
🪞👃🪞 2024-08-06 18:05:05 +03:00
parent b8a67b8adc
commit 09abc4cd95
12 changed files with 78 additions and 56 deletions

View file

@ -29,6 +29,8 @@ render!(Sequencer |self, buf, area| {
Ok(area)
});
handle!(Sequencer |self, e| handle_keymap(self, e, KEYMAP_SEQUENCER));
impl Sequencer {
pub fn new () -> Self {
Self {