Skip to content

Commit d2fd5a0

Browse files
committed
fix: Add bell support for eat terminal
The emacs eat terminal (crates/cli/src/cli/chat/util/mod.rs) handles beeps fine, and the beep feature only works for allowlisted terminals.
1 parent bed5a9b commit d2fd5a0

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
@@ -76,6 +76,9 @@ fn should_play_bell() -> bool {
7676
"gnome-256color",
7777
"alacritty",
7878
"iterm2",
79+
"eat-truecolor",
80+
"eat-256color",
81+
"eat-color",
7982
];
8083

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

0 commit comments

Comments
 (0)