Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add term.c for extra terminal features | June McEnroe | 2018-08-11 |
| | | | | Look at the cute little state machine! | ||
* | Become multi-channel | June McEnroe | 2018-08-10 |
| | | | | There's a lot of UI missing for it, but it technically works. | ||
* | Add URL detection, listing and opening | June McEnroe | 2018-08-09 |
| | | | | Might also add /copy, like /open. | ||
* | Add Homebrew LibreSSL paths to Makefile | June McEnroe | 2018-08-08 |
| | |||
* | Factor out line editing to edit.c | June McEnroe | 2018-08-08 |
| | |||
* | Populate tab-complete list | June McEnroe | 2018-08-07 |
| | |||
* | Use wchar_t strings for all of UI | June McEnroe | 2018-08-06 |
| | | | | vaswprintf is a nightmare. | ||
* | Rename client to irc | June McEnroe | 2018-08-04 |
| | |||
* | Copy /usr/share/locale into chroot | June McEnroe | 2018-08-04 |
| | | | | Otherwise only ASCII can be entered. | ||
* | Add libedit to chroot | June McEnroe | 2018-08-04 |
| | | | | Needed by sh. | ||
* | Split source into several files | June McEnroe | 2018-08-04 |
| | | | | Can't believe I have to do this. | ||
* | Link with -lcursesw | June McEnroe | 2018-08-03 |
| | |||
* | Add chroot.tar target | June McEnroe | 2018-08-02 |
| | |||
* | Start IRC client | June McEnroe | 2018-08-02 |
It dumps lines from the server onto the curses window. |