diff options
| author | C. McEnroe | 2020-02-06 04:23:49 -0500 |
|---|---|---|
| committer | C. McEnroe | 2020-02-06 04:23:49 -0500 |
| commit | 68440d50c624a6cfa52027635bcd9207b48504e6 (patch) | |
| tree | 835217b8a5a8f63ad1316b22849bdc510ef8a79e | |
| parent | e9394bfff9dff32b98890b89ecdc884ffb4cba79 (diff) | |
Beep on hot
| -rw-r--r-- | ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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( |
