kinda fork of catgirl irc client with bx's personal tweeks, original client: https://git.causal.agency/catgirl/
 
 
 
 
 
Go to file
C. McEnroe a7b0ed9907 Scroll the input window
I was wondering if I should instead make input wrap, but then wordWrap
would need to both support showing formatting and persisting styles
across to strings, and it would need to move the window pad up and down
a bunch, etc.
2020-02-05 18:18:41 -05:00
.gitignore Generate tags file 2020-02-01 21:55:05 -05:00
Makefile Add extremely basic editing and message sending 2020-02-05 00:20:39 -05:00
catgirl.1 Add -v flag 2020-02-01 02:26:35 -05:00
chat.c Fix SIGWINCH handling 2020-02-05 17:58:49 -05:00
chat.h Save own username for message echoing 2020-02-05 00:40:24 -05:00
command.c Send input as raw IRC in <debug> 2020-02-05 03:42:04 -05:00
edit.c Add extremely basic editing and message sending 2020-02-05 00:20:39 -05:00
handle.c Save own username for message echoing 2020-02-05 00:40:24 -05:00
irc.c Align word wrapping with tab character 2020-02-04 19:50:23 -05:00
ui.c Scroll the input window 2020-02-05 18:18:41 -05:00