+ A few updates. * src/blit.c: + Split blit() into caca_create_bitmap() and caca_draw_bitmap(). + Started removing hardcoded bitmask and pitch values. * examples/demo.c: + Do something with mouse clicks.