We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Electron has an API to play the shell bell https://www.electronjs.org/docs/api/shell#shellbeep
To support this with xterm.js we would need to allow bellSound to take a () => void:
bellSound
() => void
xterm.js/typings/xterm.d.ts
Lines 47 to 50 in ab63b51
The text was updated successfully, but these errors were encountered:
I would like to work on this issue
Sorry, something went wrong.
@bolariin sounds good 👍
Fix xtermjs#3014
7b7b7a3
- Add onBell event listener to allow embeders to hook into it
Merge pull request #3290 from nikonso/feat/3014-add-onBell-event-list…
eedc314
…ener Fix #3014 - Add onBell event listener to allow embeders to hook into it
Successfully merging a pull request may close this issue.
Electron has an API to play the shell bell https://www.electronjs.org/docs/api/shell#shellbeep
To support this with xterm.js we would need to allow
bellSound
to take a() => void
:xterm.js/typings/xterm.d.ts
Lines 47 to 50 in ab63b51
The text was updated successfully, but these errors were encountered: