Commits


fixed expand bits macro


import variables from getopt.h


ASCI art improvements that worth a commit


more pledges + optimized ps1 extents calculations - Drop some pledges after the initialization (in the loop we need only stdio) - before we computed the extents of ps1 AT EVERY RENDER, now it's "cached" in struct rendering


Style fixes + GCC error fixed


Add -std=c89


Even more on style(9) and bool removed


more on style


I like OpenBSD's style(9)


fixed out-of-bound access if -d was specified


update code examples + features in README added


updated scrots


Switched to __OpenBSD__ instead of HAVE_PLEDGE


Explicitly include stdint


Simplified stdin reading A big buffer is allocated and all text is stored there. The overall time for reading/freeing the memory for the completion should be improved, no statistics made though.