Commit Graph

7 Commits

Author SHA1 Message Date
Přemysl Eric Janouch 3748bc5d14 Move to liberty 2015-02-28 21:33:08 +01:00
Přemysl Eric Janouch 30e61e2728 Little fixes 2015-02-08 02:31:13 +01:00
Přemysl Eric Janouch 74965b0f66 Rewrite to use libev
libuv is too immature so far and I'm not in the mood to try and
link it statically via some horrible hack (no CMake support).

Also libev is much closer to my understanding of event loops.

The messaging model stays for when/if I want to return to libuv.
2014-10-28 02:39:37 +01:00
Přemysl Eric Janouch 294fc28e29 Apparently we need the new libuv 2014-10-26 18:54:33 +01:00
Přemysl Eric Janouch a49113ae68 Use PROJECT_* instead of CMAKE_CURRENT_* 2014-10-24 23:02:46 +02:00
Přemysl Eric Janouch ee5f1b4cf2 Rewrite to use libuv
Also instead of resize_term() we use resizeterm() because the former
seems to cause massive glitches.  Not flicker-free in urxvt anymore
though.
2014-10-24 23:01:57 +02:00
Přemysl Eric Janouch de8b897b31 Initial commit
Forked from termo's demo-draw.c
2014-10-22 23:58:25 +02:00