Commits


+license blurb


factor out xinerama code in its own function


knf bomb + whitespaces + fold long lines


fix the strndup fix


tweak strndup


capitalize macros; drop "unknown" default for version


use strcasestr(3) unconditionally


use strtonum instead of messing around with strtol


make xinerama and xft mandatory


check pledge return value


rewrite readlines use getline instead of rolling a custom version; swap the argument and return type to avoid being a "three star" programmer. Then, gargabe collect the now unused read_stdin, STDIN_CHUNKS and LINES_CHUNK.


don't pledge early breaks fontconfig that needs wpath now...


typo in flags handling the -S (highlighted completion background) was saved as -s (highlighted completion foreground color)


-1 on x and y to prevent other windows to grab the focus With the new mx/my I noticed that sometimes the window behind mymenu re-grab the keybard. Making sure that the mouse is inside the window seems to work.


Clicking on the prompt closes mymenu added this behaviour and documentation