about summary refs log tree commit diff
path: root/format.c (follow)
Commit message (Collapse)AuthorAge
* Make copyright headers consistentJune McEnroe2019-07-27
|
* Move nick and tag coloring to color.cJune McEnroe2019-02-25
|
* Remove word handling from formatParseJune McEnroe2018-09-14
|
* Apply consecutive formatting codes at onceJune McEnroe2018-09-14
| | | | Fixes the failing splits test.
* Add tests for formatParseJune McEnroe2018-09-14
| | | | With one currently failing so you know they're worth it.
* Move color selection to format.cJune McEnroe2018-09-13
|
* Fix len for format->split at end of stringJune McEnroe2018-09-13
|
* Add IRCDefault to colors enumJune McEnroe2018-09-13
|
* Return a format->split even at the end of the stringJune McEnroe2018-09-13
|
* Use formatParse split to position input cursorJune McEnroe2018-09-12
|
* Factor out IRC formatting parsingJune McEnroe2018-09-12