mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
vt: BELL is now logged at info level, and flashes the screen
This commit is contained in:
parent
0d1ba1ffb2
commit
e1f7fc459b
1 changed files with 2 additions and 1 deletions
3
vt.c
3
vt.c
|
|
@ -816,7 +816,8 @@ action(struct terminal *term, enum action _action, uint8_t c)
|
|||
|
||||
case '\x07':
|
||||
/* BEL */
|
||||
LOG_WARN("BELL");
|
||||
LOG_INFO("BELL");
|
||||
term_flash(term, 50);
|
||||
break;
|
||||
|
||||
case '\x09': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue