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

4
vt.c
View file

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