summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2022-07-01 11:40:27 +0300
committerGitHub <noreply@github.com>2022-07-01 11:40:27 +0300
commitebc6922eaae28173532235222f9790c8ab3fdaa7 (patch)
tree7f3e50f0dddb3fb74d3969d46b90e3dd8e207f54 /CHANGELOG.md
parent28e3fc7c64a7f375ad843145a0a8f78e31bff05e (diff)
downloadalacritty-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.md2
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