summary refs log tree commit diff
path: root/chat.c (follow)
Commit message (Collapse)AuthorAge
* Add support for mIRC colorsJune McEnroe2018-08-03
|
* Handle bold, italic, underlineJune McEnroe2018-08-03
|
* Add prift function for "prefix shift"June McEnroe2018-08-03
| | | | Forgive me.
* Use libtls "compat" ciphersJune McEnroe2018-08-02
| | | | | irc.mozilla.org, using GnuTLS, doesn't support *any* of the "secure" ciphers!
* Add UI and handle some kinds of server messagesJune McEnroe2018-08-02
| | | | Seems like handling input is going to be the worst thing ever.
* Start IRC clientJune McEnroe2018-08-02
It dumps lines from the server onto the curses window.
te tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe