mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
shorten TuiIn, TuiOut
This commit is contained in:
parent
ca16a91015
commit
21741ebc52
20 changed files with 77 additions and 75 deletions
|
|
@ -97,7 +97,7 @@ pub struct TrackView<'a> {
|
|||
}
|
||||
|
||||
impl<'a> Content<Tui> for TrackView<'a> {
|
||||
fn render (&self, to: &mut TuiOutput) {
|
||||
fn render (&self, to: &mut TuiOut) {
|
||||
todo!();
|
||||
//let mut area = to.area();
|
||||
//if let Some(chain) = self.chain {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue