set rustyline to check the cursor position (#802), don't add .pl extension to files in loader.pl (#800)

This commit is contained in:
Mark Thom
2021-02-06 13:47:26 -07:00
parent 49b1c1368e
commit 3f950490f9
4 changed files with 14 additions and 8 deletions

View File

@@ -3349,6 +3349,10 @@ impl MachineState {
}
}
}
Addr::Char(c) => {
let atom = clause_name!(c.to_string(), self.atom_tbl);
self.stream_from_file_spec(atom, indices, &options)?
}
Addr::PStrLocation(h, n) => {
match &self.heap[h] {
&HeapCellValue::PartialString(_, true) => {