Commit Graph

19 Commits

Author SHA1 Message Date
Přemysl Eric Janouch d47a97cd8e
CMakeLists.txt: declare compatibility with 3.27
Arch Linux AUR Success Details
Alpine 3.19 Success Details
Sadly, the 3.5 deprecation warning doesn't go away after this.
2023-08-01 03:18:16 +02:00
Přemysl Eric Janouch f6646d787f
CMakeLists.txt: link properly 2023-07-04 08:07:42 +02:00
Přemysl Eric Janouch edd849800a
CMakeLists.txt: fix macOS build 2021-11-16 11:55:24 +01:00
Přemysl Eric Janouch 023d69bdbf
Rename the project
The old name had its context, but now it's mostly just confusing.

Make it netdraw with an extra 'e'.
2021-11-16 11:52:54 +01:00
Přemysl Eric Janouch 5109507679
General project maintenance
Bump the minimum required CMake version to 3.0.

Bump dependencies.
2021-10-30 03:24:55 +02:00
Přemysl Eric Janouch 6964c610ba
Name change 2020-09-28 05:06:17 +02:00
Přemysl Eric Janouch 28fd07b9a0
Relicense to 0BSD, update mail address
I've come to the conclusion that copyright mostly just stands in the way
of software development.  In my jurisdiction I cannot give up my own
copyright and 0BSD seems to be the closest thing to public domain.

The updated mail address, also used in my author/committer lines,
is shorter and looks nicer.  People rarely interact anyway.
2018-06-24 02:58:23 +02:00
Přemysl Eric Janouch b990e7b6a2
CMakeLists.txt: fix variable name 2018-06-24 02:45:17 +02:00
Přemysl Eric Janouch d37a38c100
Bump liberty 2017-06-22 23:23:57 +02:00
Přemysl Eric Janouch 80083d4f92 Don't force compile flags 2016-03-14 20:55:26 +01:00
Přemysl Eric Janouch b261401c72 Fix build on *BSD 2016-01-14 21:03:22 +01:00
Přemysl Eric Janouch ae4c89e5a7 Try harder to find ncursesw 2016-01-14 20:24:59 +01:00
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