repl tweaks

This commit is contained in:
Luna 2019-09-29 23:57:24 -03:00
parent 52950f9a6f
commit 0e323f6631
2 changed files with 4 additions and 4 deletions

View file

@ -65,7 +65,7 @@ pub fn doRepl(allocator: *std.mem.Allocator, args_it: var) !void {
defer runqs_args.deinit();
// TODO change the runqs command to something given in an env var
try runqs_args.append("ristretto");
try runqs_args.append("feh");
while (true) {
lang.reset();
@ -114,6 +114,7 @@ pub fn doRepl(allocator: *std.mem.Allocator, args_it: var) !void {
});
try runner_clone.runCommands(cmds_parsed, true);
try stdout.write("\n");
}
}