mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-14 08:21:27 -04:00
vt: disable flash on bell, it's too annoying in e.g. zsh
This commit is contained in:
parent
e1f7fc459b
commit
748a1f229c
1 changed files with 1 additions and 1 deletions
2
vt.c
2
vt.c
|
|
@ -817,7 +817,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;
|
||||||
|
|
||||||
case '\x09': {
|
case '\x09': {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue