mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 20:56:43 +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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -155,11 +155,11 @@ mod horizontal {
|
|||
cell_bg_tick.set_style(bw);
|
||||
|
||||
let mut cell_a = Cell::default();
|
||||
cell_a.set_char('▀');
|
||||
cell_a.set_char('▄');
|
||||
cell_a.set_style(wh);
|
||||
|
||||
let mut cell_b = Cell::default();
|
||||
cell_b.set_char('▄');
|
||||
cell_b.set_char('▀');
|
||||
cell_b.set_style(wh);
|
||||
|
||||
let mut cell_ab = Cell::default();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue