Visual bell 2
Description
Briefly renders a configurable visual indication on terminal bell event.
Two variants are available:
The basic variant supports:
- Invert the whole screen, or the border cells, or (only in 2020-05-13) the bottom-right corner or any custom group of cells.
- Configurable duration (default: 150ms).
The enhanced variant supports in addition:
Rendeding a configurable circle:
- Position: any corner/edge, center of the screen, or anything in between.
- Size: relative to the window width or to the cell width.
- Colors: inner and outline.
Notes
- All files are git patches and can be applied with either
git am
orpatch
. - Configuration is done at
config.h
.
Download
After st 0.8.3 (the enhanced patch needs the basic patch applied first):
st 0.8.3 or earlier (the enhanced patch also includes basic in the same file):
Author
- Avi Halachmi (:avih) - https://github.com/avih