Commit Briefs

Omar Polo

+license blurb




Omar Polo

fix the strndup fix


Omar Polo

tweak strndup



Omar Polo

use strcasestr(3) unconditionally



Omar Polo

make xinerama and xft mandatory


Omar Polo

check pledge return value


Omar Polo

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.


Omar Polo

don't pledge early

breaks fontconfig that needs wpath now...


Omar Polo

typo in flags handling (tags/v1.0)

the -S (highlighted completion background) was saved as -s (highlighted completion foreground color)


Omar Polo

-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.


Omar Polo

Clicking on the prompt closes mymenu

added this behaviour and documentation