vt: disable flash on bell, it's too annoying in e.g. zsh

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

2
vt.c
View file

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