mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
wip: edn project format
This commit is contained in:
parent
14d9116c7c
commit
e2a842492e
12 changed files with 401 additions and 65 deletions
|
|
@ -48,7 +48,7 @@ render!(App |self, buf, area| {
|
|||
Style::default().green()
|
||||
} else {
|
||||
Style::default().green().dim()
|
||||
}).draw(buf, Rect { x, y, width, height: chain.height })
|
||||
}).draw(buf, chain)
|
||||
}
|
||||
let phrase = self.draw_phrase(buf, Rect {
|
||||
x, y, width, height: height - height / 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue