Searched refs:history_commands (Results 1 – 2 of 2) sorted by relevance
32 history_commands: Vec<Rc<RefCell<Vec<u8>>>>, field45 history_commands: Vec::new(), in new()97 .history_commands in exec()103 self.history_commands in exec()164 self.history_commands = history; in read_commands()204 .change_line(self.history_commands.get(*command_index).unwrap()); in handle_funckey()209 if *command_index < self.history_commands.len() - 1 { in handle_funckey()212 .change_line(self.history_commands.get(*command_index).unwrap()); in handle_funckey()241 self.history_commands.push(Rc::clone(&self.printer.buf)); in readline()242 let mut command_index = self.history_commands.len() - 1; in readline()[all …]
4 history_commands.txt