Support for Terminal commands #21

Suljettu
crtxcr haluaa yhdistää 3 committia lähteestä wip/terminalkeyword kohteeseen master
Showing only changes of commit 0183ad58b8 - Show all commits

Näytä tiedosto

@ -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;
}