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