(self)
| 467 | self._max_y - self._command_textbox_height, len(self.CLI_PROMPT)) |
| 468 | |
| 469 | def _screen_refresh(self): |
| 470 | self._stdscr.refresh() |
| 471 | |
| 472 | def _screen_terminate(self): |
| 473 | """Terminate the curses screen.""" |
no outgoing calls
no test coverage detected