about summary refs log tree commit diff
path: root/README (follow)
Commit message (Expand)AuthorAge
* Hosted on HTTPS nowJason A. Donenfeld2016-06-07
* remove trailing whitespaces from source filesChristian Hesse2014-04-17
* makefile: use LUA_PKGCONFIG to set Lua implementationNatanael Copa2014-01-22
* README: document pkg-config for luajitJason A. Donenfeld2014-01-19
* README: document lua makefile flagsJason A. Donenfeld2014-01-14
* filter: add lua supportJason A. Donenfeld2014-01-14
* README: Fix dependenciesLukas Fleischer2014-01-09
* README: Spelling and formatting fixesLukas Fleischer2014-01-08
* README: add trailing slash to homepageJason A. Donenfeld2013-05-27
* New mailing list.Jason A. Donenfeld2013-05-13
* README: times, they are a-changinJason A. Donenfeld2012-10-09
* README: update some stale information/add some newLars Hjemli2011-06-13
* Update READMELars Hjemli2011-03-05
* Fix a typo in README, s/ExecCGI/+ExecCGIKamil Kaminski2010-11-08
* Update READMELars Hjemli2007-09-04
* Update README with submodule build infoLars Hjemli2007-05-11
* Add support for prefix and gitsrc arguments to 'make'Lars Hjemli2007-02-05
* Update README with install/config informationLars Hjemli2007-01-28
* Remove implementation details from READMELars Hjemli2006-12-13
* Add caching infrastructureLars Hjemli2006-12-10
>June McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe