aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Little fixesPřemysl Janouch2015-02-081-1/+2
|
* Rewrite to use libevPřemysl Janouch2014-10-281-4/+9
| | | | | | | | | 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.
* Apparently we need the new libuvPřemysl Janouch2014-10-261-1/+1
|
* Use PROJECT_* instead of CMAKE_CURRENT_*Přemysl Janouch2014-10-241-5/+4
|
* Rewrite to use libuvPřemysl Janouch2014-10-241-1/+1
| | | | | | Also instead of resize_term() we use resizeterm() because the former seems to cause massive glitches. Not flicker-free in urxvt anymore though.
* Initial commitPřemysl Janouch2014-10-221-0/+86
Forked from termo's demo-draw.c