summary refs log tree commit diff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAge
* Add URL detection, listing and openingJune McEnroe2018-08-09
| | | | Might also add /copy, like /open.
* Add Homebrew LibreSSL paths to MakefileJune McEnroe2018-08-08
|
* Factor out line editing to edit.cJune McEnroe2018-08-08
|
* Populate tab-complete listJune McEnroe2018-08-07
|
* Use wchar_t strings for all of UIJune McEnroe2018-08-06
| | | | vaswprintf is a nightmare.
* Rename client to ircJune McEnroe2018-08-04
|
* Copy /usr/share/locale into chrootJune McEnroe2018-08-04
| | | | Otherwise only ASCII can be entered.
* Add libedit to chrootJune McEnroe2018-08-04
| | | | Needed by sh.
* Split source into several filesJune McEnroe2018-08-04
| | | | Can't believe I have to do this.
* Link with -lcurseswJune McEnroe2018-08-03
|
* Add chroot.tar targetJune McEnroe2018-08-02
|
* Start IRC clientJune McEnroe2018-08-02
It dumps lines from the server onto the curses window.