diff options
author | Daniel Eklöf <daniel@ekloef.se> | 2019-04-09 00:19:22 +0200 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-08 22:19:22 +0000 |
commit | bc80a74a69b76eea401ff57edfbc852489586fb8 (patch) | |
tree | ada2768ad8205671b1ff70eb64753d482c8996f4 /CHANGELOG.md | |
parent | 090842bd8e8890c40cf40a4430bae1b073515c40 (diff) | |
download | alacritty-bc80a74a69b76eea401ff57edfbc852489586fb8.tar.gz alacritty-bc80a74a69b76eea401ff57edfbc852489586fb8.zip |
Reset scrolling region when receiving RIS escape
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index edbae1b3..7f80fbb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added + +- Added ScrollLineUp and ScrollLineDown actions for scrolling line by line + +### Fixed + +- Reset scrolling region when the RIS escape sequence is received + ## Version 0.3.0 ### Packaging |