diff options
author | Jerry Yin <enjmiah@users.noreply.github.com> | 2019-04-08 12:50:06 -0700 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-08 19:50:06 +0000 |
commit | 090842bd8e8890c40cf40a4430bae1b073515c40 (patch) | |
tree | 1afb5090a7ef07d14fd3d284e96d6c78d966a3a6 /CHANGELOG.md | |
parent | 6757acbb824e8be9968529a66e9a75a0a2ea2f5d (diff) | |
download | alacritty-090842bd8e8890c40cf40a4430bae1b073515c40.tar.gz alacritty-090842bd8e8890c40cf40a4430bae1b073515c40.zip |
Add ScrollLineUp and ScrollLineDown actions for scrolling line by line
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 bc2fd12c..edbae1b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added the ability to change the selection color - Text will reflow instead of truncating when resizing Alacritty - Underline text and change cursor when hovering over URLs with required modifiers pressed +- Added ScrollLineUp and ScrollLineDown actions for scrolling line by line ### Changed |