mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-26 06:46:45 -04:00
Enable the use of flash as visual bell
With this patch we can configure flash in the bell section. The colors section allow now to configure the color of the flash and the alpha to apply to. Default values are the values which where currently used for flash, altough I personally like a nice red (eb1313) better.
This commit is contained in:
parent
36ed07788e
commit
9147407f9f
6 changed files with 16 additions and 13 deletions
|
|
@ -394,9 +394,8 @@ Note: do not set *TERM* here; use the *term* option in the main
|
|||
|
||||
Default: _no_
|
||||
|
||||
*flash*
|
||||
When set to _yes_, foot will emit the bell signal flashing the
|
||||
terminal window whenever *BEL* is received.
|
||||
*visual*
|
||||
When set to _yes_, foot will flash terminal window.
|
||||
|
||||
Default: _no_
|
||||
|
||||
|
|
@ -618,14 +617,13 @@ can configure the background transparency with the _alpha_ option.
|
|||
*flash*
|
||||
Color to use for the terminal window flash.
|
||||
|
||||
Default: _7f7fff_.
|
||||
|
||||
Default: _7f7f00_.
|
||||
|
||||
*flash_alpha*
|
||||
Flash translucency. A value in the range 0.0-1.0, where 0.0
|
||||
means completely transparent, and 1.0 is opaque.
|
||||
|
||||
Default: _0.7_.
|
||||
Default: _0.5_.
|
||||
|
||||
*alpha*
|
||||
Background translucency. A value in the range 0.0-1.0, where 0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue