Return the top line of display that can be rewritten
(self)
| 483 | return 0 |
| 484 | |
| 485 | def get_top_usable_line(self) -> int: |
| 486 | """Return the top line of display that can be rewritten""" |
| 487 | return 0 |
| 488 | |
| 489 | def get_term_hw(self) -> tuple[int, int]: |
| 490 | """Returns the current width and height of the display area.""" |