kinda fork of catgirl irc client with bx's personal tweeks, original client: https://git.causal.agency/catgirl/
 
 
 
 
 
Go to file
C. McEnroe 47a0bf7fc2 Manually raise SIGINT from C-c
This allows it to still work, but makes C-z C-c insert the color code
rather than exit, and in the future, will allow pasting in text with
color codes.
2020-02-10 21:09:32 -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 Factor out XDG base directory code 2020-02-10 19:57:10 -05:00
catgirl.1 Add C-o as alias of M-/ 2020-02-10 20:29:19 -05:00
chat.c Synthesize a QUIT message to handle on exit 2020-02-10 20:06:25 -05:00
chat.h Only automatically switch to expected joins 2020-02-10 20:24:07 -05:00
command.c Only automatically switch to expected joins 2020-02-10 20:24:07 -05:00
complete.c Handle KICK 2020-02-08 00:58:17 -05:00
config.c Factor out XDG base directory code 2020-02-10 19:57:10 -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 Split on <> in colorMentions 2020-02-10 20:58:14 -05:00
irc.c Search for cert and priv in config dirs 2020-02-06 02:21:04 -05:00
ui.c Manually raise SIGINT from C-c 2020-02-10 21:09:32 -05:00
url.c Match URLs surrounded by parentheses 2020-02-10 01:23:19 -05:00
xdg.c Factor out XDG base directory code 2020-02-10 19:57:10 -05:00