diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-08-23 15:18:26 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-08-23 15:18:26 +0000 |
commit | 1405f3a66db36b812bd2b8efaaa4b7d169c64a98 (patch) | |
tree | 6ee226ffaf319e4d88272502868e18b9e2685f82 /x11/qterminal/files/patch-src_config.h | |
parent | games/gnake: document ncurses requirement (diff) |
Lightweight Qt-based terminal emulator.
WWW: https://github.com/lxde/qtermwidget
PR: 210388
Submitted by: Jason Bacon
Diffstat (limited to 'x11/qterminal/files/patch-src_config.h')
-rw-r--r-- | x11/qterminal/files/patch-src_config.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/qterminal/files/patch-src_config.h b/x11/qterminal/files/patch-src_config.h new file mode 100644 index 000000000000..6cfc132a1bb6 --- /dev/null +++ b/x11/qterminal/files/patch-src_config.h @@ -0,0 +1,15 @@ +--- src/config.h.orig 2014-10-22 08:13:14 UTC ++++ src/config.h +@@ -60,9 +60,9 @@ + + /* Some defaults for QTerminal application */ + +-#define DEFAULT_WIDTH 800 +-#define DEFAULT_HEIGHT 600 +-#define DEFAULT_FONT "Monospace" ++#define DEFAULT_WIDTH 820 ++#define DEFAULT_HEIGHT 597 ++#define DEFAULT_FONT "Liberation Mono" + + // ACTIONS + #define CLEAR_TERMINAL_SHORTCUT "Ctrl+Shift+X" |