This commit is contained in:
Kovid Goyal 2025-02-17 20:18:14 +05:30
parent a7f76ee8f7
commit 2caa3fc069
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -636,6 +636,7 @@ def ts(*args):
self.ae(ts(True), expected)
s.scroll(2, True)
self.ae(ts(), expected)
self.ae(ts(True), expected)
s.reset()
s.draw('ab cd')
s.start_selection(0, 0)