summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-07 23:40:40 -0400
committerJune McEnroe <june@causal.agency>2018-08-07 23:40:40 -0400
commitee0df2846e7eebf0f91e9fd05f400ef57a554290 (patch)
tree4836c8d80801c7e9722379156386696d7223c5d2 /chat.h
parentAdd tab complete UI (diff)
downloadcatgirl-ee0df2846e7eebf0f91e9fd05f400ef57a554290.tar.gz
catgirl-ee0df2846e7eebf0f91e9fd05f400ef57a554290.zip
Reset attrs after addIRC
Otherwise the marker inherits whatever was left on.
Diffstat (limited to 'chat.h')
0 files changed, 0 insertions, 0 deletions
3a7fd595e093eb3c07409e336620c0&follow=1'>Hack clang into checking uiFmt format stringsJune McEnroe 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