freebsd-ports/x11/coreterminal/files/patch-coreterminal.hpp
Jason W. Bacon 5a521ba8f8 x11/coreterminal: Terminal emulator from the CoreApps family
Coreterminal is terminal emulator from the CuboCore suite of simple,
lightweight Qt-base applications.
2021-08-31 08:34:22 -05:00

10 lines
238 B
C++

--- coreterminal.hpp.orig 2021-08-18 11:17:12 UTC
+++ coreterminal.hpp
@@ -53,6 +53,7 @@ public :
private:
int uiMode;
settings *smi;
+ QFont terminalFont;
void loadSettings();
void createGUI();