summary refs log tree commit diff
path: root/ui.c (follow)
Commit message (Collapse)AuthorAge
...
* Implement line editing, scrollingJune McEnroe2018-08-04
| | | | | Don't really have a way to implement the M-* keys, and currently missing C-w.
* Rename ui chat to logJune McEnroe2018-08-04
|
* Fix chat draw boundariesJune McEnroe2018-08-04
|
* Factor out mIRC color parsingJune McEnroe2018-08-04
|
* Scroll the input padJune McEnroe2018-08-04
|
* Handle terminal resizingJune McEnroe2018-08-04
|
* Define A_ITALIC if not definedJune McEnroe2018-08-04
| | | | System ncurses on macOS doesn't define it. At least not in El Capitan.
* Split source into several filesJune McEnroe2018-08-04
Can't believe I have to do this.