mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
vt: disable logging BELL
This commit is contained in:
parent
616896e2a5
commit
cd9510aa7b
1 changed files with 2 additions and 2 deletions
4
vt.c
4
vt.c
|
|
@ -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': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue