1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-07-31 22:03:40 -04:00
alacritty/alacritty_terminal/src
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
..
config Add blinking cursor support 2020-11-23 23:11:03 +00:00
grid Add ability to select text during search 2020-11-13 08:40:09 +03:00
term Add blinking cursor support 2020-11-23 23:11:03 +00:00
tty Add support for single line terminals 2020-09-27 22:36:08 +00:00
ansi.rs Add blinking cursor support 2020-11-23 23:11:03 +00:00
event.rs Add blinking cursor support 2020-11-23 23:11:03 +00:00
event_loop.rs Bump minimum supported Rust version to 1.43.0 2020-07-28 13:00:55 +03:00
index.rs Use dynamic storage for zerowidth characters 2020-11-05 04:45:14 +00:00
lib.rs Error on warnings when running clippy 2020-10-29 07:17:33 +03:00
selection.rs Add support for single line terminals 2020-09-27 22:36:08 +00:00
sync.rs Remove copyright notice from files 2020-06-06 21:49:14 +03:00
thread.rs Add option to run command on bell 2020-07-10 22:32:44 +03:00
vi_mode.rs Use dynamic storage for zerowidth characters 2020-11-05 04:45:14 +00:00