index.md (1378B)
1 # Visual bell 2 2 3 Description 4 ----------- 5 Briefly renders a configurable visual indication on terminal bell event. 6 7 Two variants are available: 8 9 ### The basic variant supports: 10 * Invert the whole screen, or the border cells, or (only in 2020-05-13) the 11 bottom-right corner or any custom group of cells. 12 * Configurable duration (default: 150ms). 13 14 ### The enhanced variant supports in addition: 15 Rendeding a configurable circle: 16 * Position: any corner/edge, center of the screen, or anything in between. 17 * Size: relative to the window width or to the cell width. 18 * Colors: inner and outline. 19 20 Notes 21 ----- 22 * All files are git patches and can be applied with either `git am` or `patch`. 23 * Configuration is done at `config.h`. 24 25 Download 26 -------- 27 After st 0.8.3 (the enhanced patch needs the basic patch applied first): 28 * [st-visualbell2-basic-2020-05-13-045a0fa.diff](st-visualbell2-basic-2020-05-13-045a0fa.diff) 29 * [st-visualbell2-enhanced-2020-05-13-045a0fa.diff](st-visualbell2-enhanced-2020-05-13-045a0fa.diff) 30 31 st 0.8.3 or earlier (the enhanced patch also includes basic in the same file): 32 * [st-visualbell2-basic-2018-10-16-30ec9a3.diff](st-visualbell2-basic-2018-10-16-30ec9a3.diff) 33 * [st-visualbell2-enhanced-2018-10-16-30ec9a3.diff](st-visualbell2-enhanced-2018-10-16-30ec9a3.diff) 34 35 Author 36 ------ 37 * Avi Halachmi (:avih) - [https://github.com/avih](https://github.com/avih) 38