mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 20:26: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
|
|
@ -131,7 +131,7 @@ impl<'a> SceneGridViewVertical<'a> {
|
|||
(0 == self.cursor.0) && (index + 1 == self.cursor.1)
|
||||
).bold());
|
||||
"⯈".blit(self.buf, x, y, style);
|
||||
scene.name.blit(self.buf, x + 1, y, style);
|
||||
scene.name.blit(self.buf, x + 2, y, style);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue