summary refs log tree commit diff
path: root/bin/dtch.c (follow)
Commit message (Collapse)AuthorAge
* Yet more tweaking of dtchJune McEnroe2018-03-06
|
* Trigger redraw on atch with 1x1 winsizeJune McEnroe2018-03-06
|
* Check revents with &June McEnroe2018-02-27
|
* Avoid unnecessary FDs in errorsJune McEnroe2018-02-23
|
* Don't bother checking result of close(2) in dtchJune McEnroe2018-02-23
|
* Clean up dtch (again, probably)June McEnroe2018-02-23
| | | | | Mostly changes to exit codes and renaming len to size. Also no more writeAll.
* Add bin/READMEJune McEnroe2018-02-01
|
* Mark dtch z and iov staticJune McEnroe2018-01-13
|
* Remove use of EBADMSGJune McEnroe2017-09-26
| | | | Not defined on OpenBSD, doesn't matter much.
* Move C file description commentsJune McEnroe2017-09-06
| | | | Comments are ugly this is why I don't put them in my code ;)
* Move C code to bin, Makefile, AGPLJune McEnroe2017-09-06