vt: BELL is now logged at info level, and flashes the screen

This commit is contained in:
Daniel Eklöf 2019-07-30 22:09:07 +02:00
parent 0d1ba1ffb2
commit e1f7fc459b
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

3
vt.c
View file

@ -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': {