mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
wip: big flat pt.9: down to 141, looking good!
This commit is contained in:
parent
e958b4a2d2
commit
d01aa7481b
7 changed files with 39 additions and 12 deletions
|
|
@ -165,8 +165,8 @@ impl<'a> Render<Tui> for TrackView<'a> {
|
|||
//}
|
||||
//}
|
||||
|
||||
handle!(<Tui>|self:Mixer,engine|{
|
||||
if let TuiEvent::Input(crossterm::event::Event::Key(event)) = engine.event() {
|
||||
handle!(<Tui>|self: Mixer, engine|{
|
||||
if let crossterm::event::Event::Key(event) = engine.event() {
|
||||
|
||||
match event.code {
|
||||
//KeyCode::Char('c') => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue