Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't force compile flags | Přemysl Janouch | 2016-03-14 | 1 | -1/+2 |
| | |||||
* | Fix build on *BSD | Přemysl Janouch | 2016-01-14 | 1 | -0/+16 |
| | |||||
* | Try harder to find ncursesw | Přemysl Janouch | 2016-01-14 | 1 | -9/+6 |
| | |||||
* | Move to liberty | Přemysl Janouch | 2015-02-28 | 1 | -3/+2 |
| | |||||
* | Little fixes | Přemysl Janouch | 2015-02-08 | 1 | -1/+2 |
| | |||||
* | Rewrite to use libev | Přemysl Janouch | 2014-10-28 | 1 | -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 libuv | Přemysl Janouch | 2014-10-26 | 1 | -1/+1 |
| | |||||
* | Use PROJECT_* instead of CMAKE_CURRENT_* | Přemysl Janouch | 2014-10-24 | 1 | -5/+4 |
| | |||||
* | Rewrite to use libuv | Přemysl Janouch | 2014-10-24 | 1 | -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 commit | Přemysl Janouch | 2014-10-22 | 1 | -0/+86 |
Forked from termo's demo-draw.c |