The bell tag has no wiki summary.
2
votes
1answer
45 views
Screen blinks when unauthorized action is attempted
I'm running Fedora 16. When I'm using vim or the terminal and I mistakenly direct the cursor to an inaccessible place, eg when the cursor is all the way to the top or left of the screen, the whole ...
1
vote
3answers
102 views
Is there a way to beep when tail -F stops to fetch new results?
A few days ago I asked Is there a way to make tail -F beep?
Now I want to know if there is any way to use *nix utilities, to beep when a tail -F stops returning new lines for a while!
I know, I ...
14
votes
5answers
521 views
Is there a way to make tail -F beep?
Is there a way to make tail -F or less beep (ring the bell in a terminal) when new data comes in (a new line is added to the file).
Or is there any other unix utility to do this on a linux or mac.
2
votes
1answer
112 views
How can I have screen transmit an audible bell produced in a background window?
I managed to replace the audible bell by a visual clue in the active window, but for background windows, can I get an audible bell instead of a visual notification ?
2
votes
2answers
331 views
How can I get weechat to signal gnome-terminal on a highlight?
When using a terminal based client like weechat, weechat does not signal the terminal letting the user know that they have been highlighted. How can this be done? I would like my terminal to blink ...
5
votes
1answer
338 views
How can I disable bells/visualbells in vim?
How can I disable bells/visualbells in vim?
I've tried:
set noeb
set novb
.. but nothing has changed afaik.
Just to be clear, I'm referring to the visual bell I get in vim when I do something ...