(self)
| 766 | self.cursor_visible = 0 |
| 767 | |
| 768 | def __show_cursor(self): |
| 769 | if not self.cursor_visible: |
| 770 | self.__maybe_write_code(self._cnorm) |
| 771 | self.cursor_visible = 1 |
| 772 | |
| 773 | def repaint(self): |
| 774 | if not self.__gone_tall: |
no test coverage detected