diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-10 11:22:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-10 11:22:21 +0000 |
commit | 7196b789cb0d66c1c3f8e1748b52d9a13ace1b15 (patch) | |
tree | 57aeeb2f9962e6c1b8a03b68232a469389cc9e2d /testing/vte3/allow_alt_in_terminal.patch | |
parent | 24472b3354739de4d56fca6b5d2ff9bb28976282 (diff) | |
download | aports-7196b789cb0d66c1c3f8e1748b52d9a13ace1b15.tar.bz2 aports-7196b789cb0d66c1c3f8e1748b52d9a13ace1b15.tar.xz |
testing/vte3: new aport
Virtual Terminal Emulator library
https://developer.gnome.org/vte/
Diffstat (limited to 'testing/vte3/allow_alt_in_terminal.patch')
-rw-r--r-- | testing/vte3/allow_alt_in_terminal.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/vte3/allow_alt_in_terminal.patch b/testing/vte3/allow_alt_in_terminal.patch new file mode 100644 index 0000000000..d8437173c1 --- /dev/null +++ b/testing/vte3/allow_alt_in_terminal.patch @@ -0,0 +1,11 @@ +--- 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 |