ask kitten: fix button click area offset vertically

This commit is contained in:
Kovid Goyal 2022-08-16 10:35:51 +05:30
parent 4c5f7f50f7
commit 6961845167
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -254,6 +254,7 @@ class Choose(Handler):
self.print(end='\r\n'*y) self.print(end='\r\n'*y)
for line in msg_lines: for line in msg_lines:
self.print(line) self.print(line)
y += 1
if self.screen_size.rows > 2: if self.screen_size.rows > 2:
self.print() self.print()
y += 1 y += 1