bell: optionally render margins in red when receiving BEL

Add anew config option, ‘bell=none|set-urgency’. When set to
‘set-urgency’, the margins will be painted in red (if the window did
not have keyboard focus).

This is intended as a cheap replacement for the ‘urgency’ hint, that
doesn’t (yet) exist on Wayland.

Closes #157
This commit is contained in:
Daniel Eklöf 2020-10-08 19:55:32 +02:00
parent 7e0cfd46c6
commit 7c6686221f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
10 changed files with 95 additions and 2 deletions

3
vt.c
View file

@ -124,8 +124,7 @@ action_execute(struct terminal *term, uint8_t c)
case '\a':
/* BEL - bell */
// LOG_INFO("BELL");
// term_flash(term, 50);
term_bell(term);
break;
case '\b':