diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2024-12-28 08:53:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-28 08:53:18 +0300 |
commit | 62d5b134b3c32b6b691bb6aa6304e3d5d5c28c6d (patch) | |
tree | 410e2e1999f7f81e26e570d5a31904619af9945d /alacritty_terminal/CHANGELOG.md | |
parent | d45eca8268eea0a1bba58dae5cc4b70c2482c7c4 (diff) | |
download | alacritty-62d5b134b3c32b6b691bb6aa6304e3d5d5c28c6d.tar.gz alacritty-62d5b134b3c32b6b691bb6aa6304e3d5d5c28c6d.zip |
Add CSI Ps I support
The implementation is the same as CSI Ps Z, but forward.
Diffstat (limited to 'alacritty_terminal/CHANGELOG.md')
-rw-r--r-- | alacritty_terminal/CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/alacritty_terminal/CHANGELOG.md b/alacritty_terminal/CHANGELOG.md index 28ed7540..a6ee32b2 100644 --- a/alacritty_terminal/CHANGELOG.md +++ b/alacritty_terminal/CHANGELOG.md @@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## 0.24.2-dev +### Added + +- Escape sequence to move cursor forward tabs ( CSI Ps I ) + ## 0.24.1 ### Changed |