summary refs log tree commit diff
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
parentAdd tab complete UI (diff)
downloadcatgirl-ee0df2846e7eebf0f91e9fd05f400ef57a554290.tar.gz
catgirl-ee0df2846e7eebf0f91e9fd05f400ef57a554290.zip
Reset attrs after addIRC
Otherwise the marker inherits whatever was left on.
-rw-r--r--ui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.c b/ui.c
index 3453242..adc752f 100644
--- a/ui.c
+++ b/ui.c
@@ -262,6 +262,7 @@ static void addIRC(WINDOW *win, const wchar_t *str) {
 			break; case IRC_RESET:     attr = A_NORMAL; pair = -1;
 		}
 	}
+	wattr_set(win, A_NORMAL, 0, NULL);
 }
 
 void uiTopic(const wchar_t *topic) {
19c9be69530eebed886da86&follow=1'>Shell script style passJune McEnroe 2019-07-27Add c11.pdfJune McEnroe 2019-07-27Move pdf script to MakefileJune McEnroe 2019-07-27Update macOS neovim to 0.3.8June McEnroe 2019-07-27Rewrite port makefiles consistentlyJune McEnroe 2019-07-27Rewrite Makefile once more with more organizationJune McEnroe 2019-07-27Reference png.h in bin.7June McEnroe 2019-07-27Revert "Use scheme to style HTMLs"June McEnroe 2019-07-27Remove scheme text linkJune McEnroe 2019-07-26Update Dark.terminalJune McEnroe 2019-07-26Lighten dark whiteJune McEnroe 2019-07-25Add png.3 man pageJune McEnroe 2019-07-25Use scheme to style HTMLsJune McEnroe 2019-07-25Don't match comments in strings in makeJune McEnroe 2019-07-25Generate index.html with links from bin.7June McEnroe 2019-07-24Warn when date has changedJune McEnroe 2019-07-24Add whenJune McEnroe 2019-07-24Remove histedit from bitJune McEnroe