From 68440d50c624a6cfa52027635bcd9207b48504e6 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 6 Feb 2020 04:23:49 -0500 Subject: Beep on hot --- ui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ui.c') 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( -- cgit 1.4.1