diff options
Diffstat (limited to 'community/vte3/allow_alt_in_terminal.patch')
-rw-r--r-- | community/vte3/allow_alt_in_terminal.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/vte3/allow_alt_in_terminal.patch b/community/vte3/allow_alt_in_terminal.patch deleted file mode 100644 index d8437173c1..0000000000 --- a/community/vte3/allow_alt_in_terminal.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- vte-0.28.2/src/keymap.h.orig -+++ vte-0.28.2/src/keymap.h -@@ -27,7 +27,7 @@ - - G_BEGIN_DECLS - --#define VTE_META_MASK GDK_META_MASK -+#define VTE_META_MASK GDK_MOD1_MASK - #define VTE_NUMLOCK_MASK GDK_MOD2_MASK - - /* Map the specified keyval/modifier setup, dependent on the mode, to either |