aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-08 12:39:34 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-08 12:39:34 -0500
commit6abfaac01daa6f1ba959c8e522d4fd439babaaee (patch)
treed38f20e67208fe417f5419d9864cffd95c464982 /CHANGELOG.md
parentd743018c4c0ae459a9586898a4dca132eecad3cb (diff)
downloadvt100-rust-6abfaac01daa6f1ba959c8e522d4fd439babaaee.tar.gz
vt100-rust-6abfaac01daa6f1ba959c8e522d4fd439babaaee.zip
ignore the scroll region when moving if we're already outside of it
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 89a5e88..4f97f97 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## Unreleased
+
+### Fixed
+
+* Fixed cursor movement when the cursor position is already outside of an
+ active scroll region.
+
## [0.3.2] - 2019-11-08
### Fixed