Return how the cursor moved due to a window size change
(self)
| 479 | # below can be used as well. |
| 480 | |
| 481 | def get_cursor_vertical_diff(self) -> int: |
| 482 | """Return how the cursor moved due to a window size change""" |
| 483 | return 0 |
| 484 | |
| 485 | def get_top_usable_line(self) -> int: |
| 486 | """Return the top line of display that can be rewritten""" |