diff options
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | main.c | 3 |
2 files changed, 2 insertions, 4 deletions
@@ -46,9 +46,10 @@ cursor_color = (0.9, 0.9, 0.9, 0.5) - [x] fuzzy filter - [x] config file - [ ] border, top padding and set exact height -- [ ] unicode + text shaping +- [ ] unicode + text shaping + display unrenderable characters as something Stretch: - [ ] clean up the code (src folder, rename some files) - [ ] input fluff (icons, descriptions, output names) - [ ] arguments to override config such as fancy scroll? +- [ ] response history @@ -115,9 +115,6 @@ int main(int argc, char* argv[]) { wl_display_dispatch(state.display); } - // leak 8 bytes of memory - malloc(8); - // cleanup (of course) if (state.items) { array_for_all(item_t, item, state.items) { |
