alacritty/alacritty_terminal/src/config
Dettorer 2fd2db4afa
Add blinking cursor support
This adds support for blinking the terminal cursor. This can be
controlled either using the configuration file, or using escape
sequences.

The supported control sequences for changing the blinking state are
`CSI Ps SP q` and private mode 12.
2020-11-23 23:11:03 +00:00
..
bell.rs Add option to run command on bell 2020-07-10 22:32:44 +03:00
colors.rs Add ability to select text during search 2020-11-13 08:40:09 +03:00
mod.rs Add blinking cursor support 2020-11-23 23:11:03 +00:00
scrolling.rs Extend style guideline documentation 2020-05-05 22:50:23 +00:00