1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-02 20:30:00 +00:00

Enter :dir as a complete command.

This commit is contained in:
Thomas Harte 2021-07-02 21:15:48 -04:00
parent 763b9ba0ec
commit 2e60c81bd6

View File

@ -69,7 +69,7 @@ Analyser::Static::TargetList Analyser::Static::Enterprise::GetTargets(const Medi
if(did_pick_file) { if(did_pick_file) {
target->loading_command = std::string("run \"") + selected_file->name + "." + selected_file->extension + "\""; target->loading_command = std::string("run \"") + selected_file->name + "." + selected_file->extension + "\"";
} else { } else {
target->loading_command = ":dir"; target->loading_command = ":dir\n";
} }
} }
} }