summary refs log tree commit diff
path: root/Makefile
AgeCommit message (Collapse)Author
2018-08-07Populate tab-complete listCurtis McEnroe
2018-08-06Use wchar_t strings for all of UICurtis McEnroe
vaswprintf is a nightmare.
2018-08-04Rename client to ircCurtis McEnroe
2018-08-04Copy /usr/share/locale into chrootCurtis McEnroe
Otherwise only ASCII can be entered.
2018-08-04Add libedit to chrootCurtis McEnroe
Needed by sh.
2018-08-04Split source into several filesCurtis McEnroe
Can't believe I have to do this.
2018-08-03Link with -lcurseswCurtis McEnroe
2018-08-02Add chroot.tar targetCurtis McEnroe
2018-08-02Start IRC clientCurtis McEnroe
It dumps lines from the server onto the curses window.