diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-04-15 06:50:34 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-15 03:50:34 +0000 |
commit | 33abfe34a86863958e70a6b5109eab5740a6bc81 (patch) | |
tree | 7a35c4e477f87a97694c6d2562131a59ab128e05 /CHANGELOG.md | |
parent | ab2db49af5467ec972e297259dd8c23022783347 (diff) | |
download | alacritty-33abfe34a86863958e70a6b5109eab5740a6bc81.tar.gz alacritty-33abfe34a86863958e70a6b5109eab5740a6bc81.zip |
Add config option to set cursor thickness
Fixes #3526.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 19e827e2..5e39a660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Default Command+N keybinding for SpawnNewInstance on macOS - Vi mode for copying text and opening links - `CopySelection` action which copies into selection buffer on Linux/BSD +- Option `cursor.thickness` to set terminal cursor thickness ### Changed |