diff options
| author | selsta <selsta@sent.at> | 2019-09-15 20:43:52 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-09-15 20:43:52 +0200 |
| commit | 4f4e879f8d9804ca7158b2b29ce119bdc00e5e3f (patch) | |
| tree | ab4aa035e0afeb59b176415ac133bd621cc5a7e5 | |
| parent | ca8138bb46781d9a5221a6f2c3574db339eab895 (diff) | |
| download | monzero-gui-4f4e879f8d9804ca7158b2b29ce119bdc00e5e3f.tar.gz monzero-gui-4f4e879f8d9804ca7158b2b29ce119bdc00e5e3f.tar.xz monzero-gui-4f4e879f8d9804ca7158b2b29ce119bdc00e5e3f.zip | |
main: set TERM="goaway"
| -rw-r--r-- | main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -125,6 +125,9 @@ int main(int argc, char *argv[]) // qDebug() << "High DPI auto scaling - enabled"; //#endif + // Turn off colors in monerod log output. + qputenv("TERM", "goaway"); + MainApp app(argc, argv); app.setApplicationName("monero-core"); |
