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()210 rs->history[rs->hist_entry]); in readline_down_char()237 hist_entry = rs->history[idx]; in readline_hist_add()248 memmove(&rs->history[idx], &rs->history[idx + 1], in readline_hist_add()252 if (rs->history[idx] == NULL) { in readline_hist_add()261 g_free(rs->history[0]); in readline_hist_add()262 memmove(rs->history, &rs->history[1], in readline_hist_add()270 rs->history[idx] = new_entry; in readline_hist_add()554 return rs->history[index]; in readline_get_history()[all …]
435 self.history: List[str] = []455 if not self.history:458 last_msg = self.history[self.last_index]463 self.set_edit_text(self.history[self.last_index])477 self.history.append(msg)513 self.history = urwid.SimpleFocusListWalker([])514 super().__init__(self.history)525 self.history.append(urwid.Text(history))526 self.history.set_focus(len(self.history) - 1)549 self.history = HistoryBox(parent)[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
1218 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 reasons502 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.
1047 has now passed away into history. We are therefore dropping support
2660 ChangeLog.history: 25741
Completed in 42 milliseconds