Support for Terminal commands #21

Dúnta
crtxcr ag iarraidh 3 gealltanas a chumasc ó wip/terminalkeyword go master
D'athraigh 2 comhad le 10 breiseanna agus 1 scriosta
Ag taispeáint athruithe tiomantais 0183ad58b8 amháin - Taispeáin gach gealltanas

Féach ar an gComhad

@@ -223,6 +223,7 @@ EntryConfig EntryProvider::readqsrunFile(const QString &path)
}
result.col = map["col"].toInt();
result.row = map["row"].toInt();
result.isTerminalCommand = map["terminal"] == "true";
return result;
}