diff --git a/docs/changelog.rst b/docs/changelog.rst index 0dcdcf1fc..b8d0edc4d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -14,6 +14,9 @@ To update |kitty|, :doc:`follow the instructions `. - macOS: Fix minimize not working for chromeless windows (:iss:`3112`) +- Preserve lines in the scrollback if a scrolling region is defined that + is contiguous with the top of the screen (:iss:`3113`) + 0.19.2 [2020-11-13] ------------------- diff --git a/kitty_tests/screen.py b/kitty_tests/screen.py index 37c15ca1b..859ac808d 100644 --- a/kitty_tests/screen.py +++ b/kitty_tests/screen.py @@ -685,7 +685,6 @@ class TestScreen(BaseTest): self.ae(s.current_url_text(), 'Z Z') def test_bottom_margin(self): - return s = self.create_screen(cols=80, lines=6, scrollback=4) s.set_margins(0, 5) for i in range(8):