summary refs log tree commit diff
path: root/format.c
AgeCommit message (Collapse)Author
2019-07-27Make copyright headers consistentCurtis McEnroe
2019-02-25Move nick and tag coloring to color.cCurtis McEnroe
2018-09-14Remove word handling from formatParseCurtis McEnroe
2018-09-14Apply consecutive formatting codes at onceCurtis McEnroe
Fixes the failing splits test.
2018-09-14Add tests for formatParseCurtis McEnroe
With one currently failing so you know they're worth it.
2018-09-13Move color selection to format.cCurtis McEnroe
2018-09-13Fix len for format->split at end of stringCurtis McEnroe
2018-09-13Add IRCDefault to colors enumCurtis McEnroe
2018-09-13Return a format->split even at the end of the stringCurtis McEnroe
2018-09-12Use formatParse split to position input cursorCurtis McEnroe
2018-09-12Factor out IRC formatting parsingCurtis McEnroe