Support for Terminal commands #21

Dúnta
crtxcr ag iarraidh 3 gealltanas a chumasc ó wip/terminalkeyword go master
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;
}