added linux fixes

This commit is contained in:
toni
2020-01-28 11:33:17 +01:00
parent 464e3c3614
commit 46aaef2b69
12 changed files with 28 additions and 23 deletions

View File

@@ -583,7 +583,7 @@ public:
#if defined(_WINDOWS)
stream << "set terminal windows size 2000,1500\n";
#elif
#else
stream << "set terminal x11 size 2000,1500\n";
#endif
stream << gp.getBuffer();