Beep on hot

This commit is contained in:
C. McEnroe 2020-02-06 04:23:49 -05:00
parent e9394bfff9
commit 68440d50c6

1
ui.c
View File

@ -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(