about summary refs log tree commit diff
path: root/ui.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.c b/ui.c
index 048eade..b0e30b9 100644
--- a/ui.c
+++ b/ui.c
@@ -411,6 +411,7 @@ void uiWrite(size_t id, enum Heat heat, const time_t *src, const char *str) {
 		statusUpdate();
 	}
 	wordWrap(window->pad, str);
+	if (heat > Warm) beep();
 }
 
 void uiFormat(