aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-08 06:22:05 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-08 09:51:24 -0500
commit47da8f77f27174740c20c1cef99daac15f0bf9e8 (patch)
tree411a68a4d8ee4fc2088dbf6f3dd78c86caf7bc25 /CHANGELOG.md
parent8a609443b4ae06e58e0334751bbdb76e31068d37 (diff)
downloadvt100-rust-47da8f77f27174740c20c1cef99daac15f0bf9e8.tar.gz
vt100-rust-47da8f77f27174740c20c1cef99daac15f0bf9e8.zip
VPA should not be restricted to the scroll region
since it is absolute positioning
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b428575..e16e88d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@
`contents_diff`.
* Fixed RI when the cursor is at the top of the screen (fixes scrolling up in
`less`, for instance).
+* Fixed VPA incorrectly being clamped to the scroll region.
## [0.3.1] - 2019-11-06