spmenu/TODO

7 lines
463 B
Plaintext
Raw Normal View History

# TODO for spmenu
2023-03-04 18:44:15 +01:00
- Mouse bind array (mouse.h)
- Remove SGR sequences from width when item text is drawn, currently the width of the item before SGR sequences are used, resulting in some ugly behavior for the selected item (drawitem function libs/draw.c)
2023-03-01 12:10:11 +01:00
- Add configuration file using (probably) libconfig
2023-03-04 18:44:15 +01:00
- Fix highlighting for last character in a match, sometimes it will not be highlighted and I am not yet entirely sure (drawhighlight function libs/draw.c)