mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-26 01:40:12 -05: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':
|
||||
/* BEL */
|
||||
LOG_INFO("BELL");
|
||||
term_flash(term, 50);
|
||||
//term_flash(term, 50);
|
||||
break;
|
||||
|
||||
case '\x09': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue