about summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore30log plain blame
-rw-r--r--LICENSE34520log plain blame
-rw-r--r--Makefile1336log plain blame
-rw-r--r--README501log plain blame
-rw-r--r--chat.c2590log plain blame
-rw-r--r--chat.h2592log plain blame
-rw-r--r--edit.c4310log plain blame
-rw-r--r--handle.c7823log plain blame
-rw-r--r--input.c3072log plain blame
-rw-r--r--irc.c3625log plain blame
-rw-r--r--pls.c2545log plain blame
-rw-r--r--tab.c2518log plain blame
-rw-r--r--ui.c8852log plain blame
-rw-r--r--url.c2387log plain blame
18-08-07 01:17:22 -0400'>2018-08-07Handle PART and QUIT without messagesJune McEnroe 2018-08-07Make safe filling the who bufferJune McEnroe 2018-08-07Add reverse and reset IRC formatting codesJune McEnroe 2018-08-06Rewrite line editing again, add formattingJune McEnroe 2018-08-06Fix allocation size in vaswprintfJune McEnroe 2018-08-06Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe 2018-08-04Handle /topicJune McEnroe