Go to file
C. McEnroe b9a6d35b65 Improve color fudging
Prevent fudged colors from ever being pure black. Distribute fudged
colors between normal and bold if COLORS is 8. Fudge colors before
checking if it's a pre-allocated pair.
2020-02-10 05:33:31 -05:00
.gitignore Add simple configure script 2020-02-06 23:50:04 -05:00
LICENSE Add copy of GPL 2020-02-09 15:25:28 -05:00
Makefile Add install target 2020-02-09 15:02:47 -05:00
catgirl.1 Add M-l 2020-02-09 18:16:01 -05:00
chat.c Add /help 2020-02-09 14:09:27 -05:00
chat.h Add /whois 2020-02-09 16:45:49 -05:00
command.c Add /whois 2020-02-09 16:45:49 -05:00
complete.c Handle KICK 2020-02-08 00:58:17 -05:00
config.c Use getopt_config to load options 2020-02-05 22:49:56 -05:00
configure Add simple configure script 2020-02-06 23:50:04 -05:00
edit.c Avoid VLAs in tab complete 2020-02-09 14:17:04 -05:00
handle.c Avoid coloring mentions if there are control codes 2020-02-10 03:58:25 -05:00
irc.c Search for cert and priv in config dirs 2020-02-06 02:21:04 -05:00
ui.c Improve color fudging 2020-02-10 05:33:31 -05:00
url.c Match URLs surrounded by parentheses 2020-02-10 01:23:19 -05:00