diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2022-07-01 11:40:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-01 11:40:27 +0300 |
commit | ebc6922eaae28173532235222f9790c8ab3fdaa7 (patch) | |
tree | 7f3e50f0dddb3fb74d3969d46b90e3dd8e207f54 /CHANGELOG.md | |
parent | 28e3fc7c64a7f375ad843145a0a8f78e31bff05e (diff) | |
download | alacritty-ebc6922eaae28173532235222f9790c8ab3fdaa7.tar.gz alacritty-ebc6922eaae28173532235222f9790c8ab3fdaa7.zip |
Add `cursor.blink_timeout` config option
This option should prevent extensive power usage due to cursor blinking
when there's no user activity being performed.
Fixes #5992.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8591416e..6c8816d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,12 +21,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Escape sequence to reset underline color (`CSI 59 m`) - Vi mode keybinding (z) to center view around vi mode cursor - Accept hexadecimal values starting with `0x` for `--embed` +- Config option `cursor.blink_timeout` to timeout cursor blinking after inactivity ### Changed - The `--help` output was reworked with a new colorful syntax - OSC 52 is now disabled on unfocused windows - `SpawnNewInstance` no longer inherits initial `--command` +- Blinking cursor will timeout after `5` seconds by default ### Fixed |