oops, the file is event not events
clean up. remove print fns, use fprint instead
expose aeventnext, it's useful to be able to write a custom aeventlisten
fix double-free in aeventproc
make print fns and ctl fn return what the vfprint call returns
don't hold some fds open. add function for opening file with bio
awincat: take an fd not a path
aeventproc: malloc the Biobuf, it was overflowing the stack
awincat: fix sucide. we want an 8k buffer not a int sized buffer
add a quickly written manpage. this could be improved.
add awincat to read a file into the window body
clean things up, use libthread to make some things easier
awinopen -> awinfsopen. was confusing: open what?
reorganize acme.h, add some more comments
git is harder. missed event.c
add aux pointer for extra data
snarf + paste is not the answer.
add utility functions for writing to the body and errors
init: prototyped the api in acme.h