aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix OpenSSL 1.1 compatibilityPřemysl Janouch2017-01-251-0/+2
|
* Add and install json-format.plPřemysl Janouch2017-01-251-0/+1
| | | | Seemed somewhat related to what this program does.
* Fix CMakeLists.txtPřemysl Janouch2016-03-101-2/+3
|
* Rewrite the input layerPřemysl Janouch2015-12-251-1/+18
| | | | Now we also support libedit for the backend.
* Stubplement WebSocketsPřemysl Janouch2015-03-291-3/+6
|
* Not so trivial anymorePřemysl Janouch2015-03-231-1/+1
| | | | | | We're gonna implement WebSockets soon, so make appropriate changes to texts. Updated copyright in LICENSE.
* Move to libertyPřemysl Janouch2015-02-281-3/+3
|
* Also build with ncursesw onlyPřemysl Janouch2015-02-221-5/+15
|
* Add support for attributed outputPřemysl Janouch2015-02-221-2/+4
| | | | Colours, colours, colours. Configurable.
* Rewrite to use utils.c from ponymapPřemysl Janouch2015-02-221-1/+5
| | | | I'm starting to get tired of repeatingly doing this.
* Add manpage generation, update READMEPřemysl Janouch2015-02-141-1/+24
|
* Convert to CMake, fix terminal resize behaviourPřemysl Janouch2014-11-181-0/+56
Fucking terminals, always broken in one way or another. For future reference, libedit acts even worse than readline.