From 748a1f229c3681b9940b6b66377f958a28dcc74a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 30 Jul 2019 22:11:32 +0200 Subject: [PATCH] vt: disable flash on bell, it's too annoying in e.g. zsh --- vt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vt.c b/vt.c index 616e8bc1..7fbe47b3 100644 --- a/vt.c +++ b/vt.c @@ -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': {