Searched refs:history (Results 1 – 12 of 12) sorted by relevance
188 if (rs->history[idx] == NULL) { in readline_up_char()197 rs->history[rs->hist_entry]); in readline_up_char()208 rs->history[++rs->hist_entry] != NULL) { in readline_down_char()210 rs->history[rs->hist_entry]); in readline_down_char()229 hist_entry = rs->history[rs->hist_entry]; in readline_hist_add()237 hist_entry = rs->history[idx]; in readline_hist_add()248 memmove(&rs->history[idx], &rs->history[idx + 1], in readline_hist_add()250 rs->history[READLINE_MAX_CMDS - 1] = NULL; in readline_hist_add()252 if (rs->history[idx] == NULL) { in readline_hist_add()261 g_free(rs->history[0]); in readline_hist_add()[all …]
435 self.history: List[str] = []455 if not self.history:458 last_msg = self.history[self.last_index]462 self.last_index = max(self.last_index - 1, -len(self.history))463 self.set_edit_text(self.history[self.last_index])464 self.edit_pos = len(self.history[self.last_index])471 self.set_edit_text(self.history[self.last_index])472 self.edit_pos = len(self.history[self.last_index])477 self.history.append(msg)513 self.history = urwid.SimpleFocusListWalker([])[all …]
501 def history(self) -> Tuple[Message, ...]: member in EventListener
28 char *history[READLINE_MAX_CMDS]; member
146 .name = "history",149 .help = "show the command line history",155 ``info history``156 Show the command line history.
153 For version history and release notes, please visit154 `<https://wiki.qemu.org/ChangeLog/>`_ or look at the git history for
1259 The QEMU block device handling options have a long history and
217 ``QPL`` only supports 4K history buffer, and ``ZLIB`` is 32K by default.
91 points in the commit history where QEMU doesn't work for reasons538 Include version history in patchset revisions
58 This file contains the history of license change and contributor's agreement66 documenting the history of the project.
1072 has now passed away into history. We are therefore dropping support
2660 ChangeLog.history: 25741