Improve highlighting structure

- switched to a sparse delta based map
- true lazy-loading to avoid any unneccessary allocations
- fixed windows management api
This commit is contained in:
2026-02-11 18:18:28 +00:00
parent d79ea4e75a
commit 5b66f503e4
24 changed files with 481 additions and 549 deletions

View File

@@ -16,7 +16,6 @@ extern fs::path pwd;
namespace ui {
extern Bar bar;
extern TileRoot *hover_popup;
} // namespace ui
#endif