Commits


pledge added! :tada: closing #2


fixed subtle bug related to first_selected + drawing at the end of the loop


Cleanup of garbage + documentation


Updated makefile and readme


Update README.md


Added C-c to quit


More clear how completion are selected + documentation


Code cleanup + documentation 1. some macros were rewritten as proper functions 2. various comment were added to explain functions parameters and return values 3. the input handling were rewritten and refactored. Now a single function will choose the action to perform, so no more code duplication!


updated README.md + links to md version of the manpage


added mdoc -> markdown translation for web interfaces


Updated man + version flag


Added the -a & -h flags


Updated manpage with new flag and cleaning


Added padding


fixed compl_select_prev behavior