Commits


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 man + version flag


Added the -a & -h flags


fixed compl_select_prev behavior


Added customizable padding + vertical alignment fixes


Code alignment


fixed memory leak + new checks for NULL values


C-n and C-p added!


fixed mistake in parse_int_with_percentage


Finally fixed vertical align with Xft (plus minor improvements)


Updated license also in source code


optional ignore case completion + code cleanup + update manpage


Xinerama: choose the monitor that has the mice on + code alignment