summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-10 03:29:38 -0500
committerJune McEnroe <june@causal.agency>2020-02-10 03:29:38 -0500
commit7957ca0ecd5c3e512c836a1b19dbd75628c439fb (patch)
treebadccd83106b1eab0ee0f74bacce8896a1a6c285
parentAlways increase unreadLines (diff)
downloadcatgirl-7957ca0ecd5c3e512c836a1b19dbd75628c439fb.tar.gz
catgirl-7957ca0ecd5c3e512c836a1b19dbd75628c439fb.zip
Only make windows hotter
A warm message shouldn't clear a window's hotness.
-rw-r--r--ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index 1d1e46c..7f13e5b 100644
--- a/ui.c
+++ b/ui.c
@@ -493,7 +493,7 @@ void uiWrite(size_t id, enum Heat heat, const time_t *src, const char *str) {
 			lines++;
 			waddch(window->pad, '\n');
 		}
-		window->heat = heat;
+		if (window->heat < heat) window->heat = heat;
 		statusUpdate();
 	}
 	lines += wordWrap(window->pad, str);
?id=5a442ec0a42c7e4572343953dc69c46a14ea7801&follow=1'>Match Tag in RustJune McEnroe 2019-02-18Match sh functions as TagJune McEnroe 2019-02-18Match Sh and Ss as Tag in mdocJune McEnroe 2019-02-18Match statics and typedefs as TagJune McEnroe 2019-02-18Clean up htmlHeaderJune McEnroe 2019-02-18Remove hi line numberingJune McEnroe 2019-02-18Add Tag class to hiJune McEnroe 2019-02-17Generate HTML with hi -n -f html -o anchorJune McEnroe 2019-02-17Add hi -f html -o anchor for line number linksJune McEnroe 2019-02-17Simplify temp trap in upJune McEnroe 2019-02-17Add line numbers to hiJune McEnroe 2019-02-17Always split spans after newlinesJune McEnroe 2019-02-15Color format specifiers light cyan in vimJune McEnroe 2019-02-15Highlight Interp as yellowJune McEnroe 2019-02-15Highlight strings in sh command substitutionsJune McEnroe 2019-02-15Add nmap gpJune McEnroe 2019-02-14Avoid newline when copying URL to pasteboardJune McEnroe 2019-02-13Add forgotten "sixth" book of H2G2June McEnroe