vt: disable logging BELL

This commit is contained in:
Daniel Eklöf 2019-11-30 00:00:41 +01:00
parent 616896e2a5
commit cd9510aa7b
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
vt.c
View file

@ -862,7 +862,7 @@ action(struct terminal *term, enum action _action, uint8_t c)
case '\x07': case '\x07':
/* BEL */ /* BEL */
LOG_INFO("BELL"); // LOG_INFO("BELL");
// term_flash(term, 50); // term_flash(term, 50);
break; break;