From 05eb07caf56874371037bfb1c0098d18ed8a2582 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 20 Nov 2020 20:23:23 +0530 Subject: [PATCH] Add to changelog for last merge Also remove a spurious return that was disabling a test. Fixes #3113 --- docs/changelog.rst | 3 +++ kitty_tests/screen.py | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) 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 @@ def set_link(url=None, id=None): 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):