wip: edn project format

This commit is contained in:
🪞👃🪞 2024-07-08 02:41:04 +03:00
parent 14d9116c7c
commit e2a842492e
12 changed files with 401 additions and 65 deletions

View file

@ -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);
}
}

View file

@ -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();