1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-04-21 18:02:37 -04:00
alacritty/src
Christian Duerr cf9d94eb12
Add color option to visual bell
This adds the option to specify the color of the visual bell using the
`visual_bell.color` configuration setting.

This is done by rendering a big quad over the entire screen, which also
opens up options to draw other arbitrary rectangles on the screen in the
future.
2018-12-17 19:06:07 +00:00
..
grid Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
renderer Add color option to visual bell 2018-12-17 19:06:07 +00:00
term Fixing tabs in copy-paste 2018-12-15 21:33:33 +00:00
tty Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
ansi.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
cli.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
config.rs Add color option to visual bell 2018-12-17 19:06:07 +00:00
display.rs Add color option to visual bell 2018-12-17 19:06:07 +00:00
event.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
event_loop.rs Ignore result on deregistering pty 2018-12-14 03:54:05 +00:00
index.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
input.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
lib.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
locale.rs Use tool lints for clippy allow/deny lint attributes 2018-12-07 13:58:11 +00:00
logging.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
macros.rs Display errors and warnings 2018-11-17 14:39:13 +00:00
main.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
meter.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
selection.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
sync.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
util.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00
window.rs Upgrade to Rust 2018 2018-12-10 17:53:56 +00:00