Skip to content

0.0.9

Compare
Choose a tag to compare
@mcpcpc mcpcpc released this 15 Sep 02:18
· 150 commits to master since this release

Added

  • Improved error handling via errno
    reporting
  • -h argument to print basic usage information

Removed

  • Xlib dependency from Makefile

Fixed

  • Reduced CPU load by replacing multi-process fork() with a single-process and poll()
  • Reduced system call usage