No top level typing issues for kittens

This commit is contained in:
Kovid Goyal
2020-03-04 07:49:28 +05:30
parent c9ce2f47dc
commit 36eb52424f
7 changed files with 42 additions and 20 deletions

View File

@@ -71,7 +71,7 @@ def set_line_wrapping(yes_or_no: bool) -> str:
def set_cursor_visible(yes_or_no: bool) -> str:
return set_mode('DECTEM') if yes_or_no else reset_mode('DECTCEM')
return set_mode('DECTCEM') if yes_or_no else reset_mode('DECTCEM')
def set_cursor_position(x, y) -> str: # (0, 0) is top left