Searched refs:existing_command (Results 1 – 2 of 2) sorted by relevance
535 def _screen_create_command_textbox(self, existing_command=None): argument555 self._auto_key_in(existing_command)567 existing_command = self._active_command_history[-self._command_pointer]569 existing_command = self._pending_command570 self._screen_create_command_textbox(existing_command)
117 def _screen_create_command_textbox(self, existing_command=None): argument128 self.existing_commands.append(existing_command)129 self._curr_existing_command = existing_command