aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-08 04:33:31 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-08 09:51:11 -0500
commit8a609443b4ae06e58e0334751bbdb76e31068d37 (patch)
tree23a4847c3f907e527f17aad199cd90ee1db9d189 /CHANGELOG.md
parent76aeb85e99e088151c867d86858705bf38c345de (diff)
downloadvt100-rust-8a609443b4ae06e58e0334751bbdb76e31068d37.tar.gz
vt100-rust-8a609443b4ae06e58e0334751bbdb76e31068d37.zip
fix RI at the top of the screen
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aecda1b..b428575 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@
* Clearing cells now correctly sets the cell background color.
* Fixed a couple bugs in wide character handling in `contents_formatted` and
`contents_diff`.
+* Fixed RI when the cursor is at the top of the screen (fixes scrolling up in
+ `less`, for instance).
## [0.3.1] - 2019-11-06