Skip to content
New issue

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

Is there any bell sound system? #1967

Open
rosingrind opened this issue Aug 8, 2023 · 1 comment · May be fixed by #2469
Open

Is there any bell sound system? #1967

rosingrind opened this issue Aug 8, 2023 · 1 comment · May be fixed by #2469
Labels
enhancement New feature or request

Comments

@rosingrind
Copy link

Is your feature request related to a problem? Please describe.

I wonder if neovide have any sound system?

  • :!tput bel returns tput: No value for $TERM and no -T specified (shell returned 2) - understandable as neovide is not trying to replace a terminal app
  • :!echo '\a' does nothing
  • <Tab> on empty file does not play any bell as it does in console nvim

Info: I have a clean config with set belloff= in $MYVIMRC file, and there's no visual or audio bell

Describe the solution you'd like

An actual bell reaction (audio preferred, visual accepted)

Describe alternatives you've considered

At least, working visual bell?

Additional context

OS: macOS Ventura 13.5 (22G74)
NVIM: v0.9.1 Release
LuaJIT: 2.1.0-beta3
Neovide: 0.11.0 stable (brew cask)

@rosingrind rosingrind added the enhancement New feature or request label Aug 8, 2023
@fredizzimo
Copy link
Member

As far as I know, we currently have no way of playing sounds inside Neovide, so we need to integrate a library for that. Other than that, it should be quite straightforward to implement.

I don't think anyone will be working on this very soon, since most users of Vim turn off all kinds of bells. But feel free to create a pull request if you think it's important.

@4513ECHO 4513ECHO linked a pull request Apr 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants