Commit Briefs

Omar Polo

add years in LICENSE


Omar Polo

+license blurb




Omar Polo

fix the strndup fix


Omar Polo

tweak strndup



Omar Polo

rework the build system and bump version

let's use OpenBSD' bsd.xconf.mk and bsd.prog.mk


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)