Skip to content

Commit 3e2fca0

Browse files
authored
fix: Add bell support for eat terminal (#357)
The emacs eat terminal (https://codeberg.org/akib/emacs-eat) handles beeps fine, and the beep feature only works for allowlisted terminals.
1 parent 396c2eb commit 3e2fca0

File tree

1 file changed

+3
-0
lines changed
  • crates/chat-cli/src/cli/chat/util

1 file changed

+3
-0
lines changed

crates/chat-cli/src/cli/chat/util/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ fn should_play_bell() -> bool {
8181
"gnome-256color",
8282
"alacritty",
8383
"iterm2",
84+
"eat-truecolor",
85+
"eat-256color",
86+
"eat-color",
8487
];
8588

8689
// Check if the current terminal is in the compatible list

0 commit comments

Comments
 (0)