mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
Compare commits
2 commits
e6bf5c1f6e
...
97c563a5ad
| Author | SHA1 | Date | |
|---|---|---|---|
| 97c563a5ad | |||
| f38db87b17 |
4 changed files with 5 additions and 3 deletions
1
.envrc
Normal file
1
.envrc
Normal file
|
|
@ -0,0 +1 @@
|
|||
use nix
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -11,3 +11,5 @@ build/*
|
|||
!build/README.md
|
||||
!build/*.sh
|
||||
!build/Dockerfile.*
|
||||
.misc
|
||||
.direnv
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
pub(self) use ::{
|
||||
};
|
||||
use crate::*;
|
||||
|
||||
/// Configuration.
|
||||
///
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ pub struct Mode<D: Dsl + Ord> {
|
|||
pub modes: Modes,
|
||||
}
|
||||
|
||||
impl Draw<TuiOut> for Mode {
|
||||
impl<D: Dsl + Ord> Draw<TuiOut> for Mode<D> {
|
||||
fn draw (&self, to: &mut TuiOut) {
|
||||
self.content().draw(to)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue