(self)
| 785 | self.cursor_visible = 0 |
| 786 | |
| 787 | def __show_cursor(self): |
| 788 | if not self.cursor_visible: |
| 789 | self.__maybe_write_code(self._cnorm) |
| 790 | self.cursor_visible = 1 |
| 791 | |
| 792 | def repaint(self): |
| 793 | if not self.__gone_tall: |
no test coverage detected