about summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore44log plain blame
-rw-r--r--LICENSE35149log plain blame
-rw-r--r--Makefile1965log plain blame
-rw-r--r--README.72504log plain blame
-rw-r--r--catgirl.19396log plain blame
-rw-r--r--chat.c6893log plain blame
-rw-r--r--chat.h5443log plain blame
-rw-r--r--command.c7330log plain blame
-rw-r--r--complete.c4198log plain blame
-rw-r--r--config.c3198log plain blame
-rwxr-xr-xconfigure630log plain blame
-rw-r--r--edit.c4822log plain blame
-rw-r--r--handle.c18433log plain blame
-rw-r--r--irc.c6031log plain blame
d---------scripts124log plain
-rw-r--r--ui.c24659log plain blame
-rw-r--r--url.c4723log plain blame
-rw-r--r--xdg.c3340log plain blame
2018-08-06 11:22:45 -0400'>2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe This is actually possible with use_default_colors! 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe Fall back to using bold if there are only 8 colors. This also allowed bright background colors in 16-color terminals. I must port this system to torus. I'll be able to remove the awful termcap patch hack. 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe Oh boy that's embarrassing. 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe Don't really have a way to implement the M-* keys, and currently missing C-w. 2018-08-04Handle /topicJune McEnroe