diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-11-06 18:34:01 -0500 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-11-06 19:45:21 -0500 |
| commit | f2bec33ebc703d51a74ef17ab0624e615ba16fce (patch) | |
| tree | b7affd0ce18480685c49a8db4f6c279c4363baeb /README.md | |
| parent | 737ff9f823011a27c1672eccaa99c68f8156377b (diff) | |
fix memory leak
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 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 |
