mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-01-31 16:36:40 +01:00
This commit is contained in:
parent
d930025422
commit
b21240ebc2
2 changed files with 4 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ pub struct Mode<D: Dsl + Ord> {
|
|||
|
||||
impl<D: Dsl + Ord> Draw<TuiOut> for Mode<D> {
|
||||
fn draw (&self, to: &mut TuiOut) {
|
||||
self.content().draw(to)
|
||||
//self.content().draw(to)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue