about summary refs log tree commit diff homepage
path: root/help.c (follow)
Commit message (Collapse)AuthorAge
* Fix color pairs once and for allJune McEnroe2018-08-05
| | | | | | | | | 8/16 color setup adapted from chat/ui.c. termcap patch hack no longer required. Black on black and bright black now work. Nothing will appear bold anymore on 256-color terminals. The keys for black have definitely always been in the help. You just didn't notice.
* Tabify sourceJune McEnroe2018-07-17
| | | | And other style changes.
* Use anonymous unionJune McEnroe2018-04-09
|
* Replace #define with enum or const where possibleJune McEnroe2018-04-09
|
* Pass message structs by valueJune McEnroe2018-03-05
|
* Remove leading blank linesJune McEnroe2017-09-27
|
* Relicense AGPLJune McEnroe2017-09-03
| | | | | | | I know it's already published under a permissive license in what is probably its final form, but I want to license it AGPL anyway on principle following some conversations I had about open source, corporations and copyleft.
* Use MakefileJune McEnroe2017-08-26
|
* Add license to C filesJune McEnroe2017-08-24
| | | | I feel like doing this now.
* Rewrite helpJune McEnroe2017-08-06
| | | | This code is still terrible.
* Use designated initializers for messagesJune McEnroe2017-07-31
| | | | I did not realize this syntax was so powerful.
* Update helpJune McEnroe2017-07-30
|
* Fix help to track colorJune McEnroe2017-07-30
|
* Initial commitJune McEnroe2017-07-30