aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsterm.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/nsterm.m')
-rw-r--r--src/nsterm.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsterm.m b/src/nsterm.m
index 8e77c89c3f7..4c47e65dc96 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -189,7 +189,7 @@ static NSMutableArray *ns_pending_files, *ns_pending_service_names,
189 *ns_pending_service_args; 189 *ns_pending_service_args;
190static BOOL inNsSelect = 0; 190static BOOL inNsSelect = 0;
191 191
192/* Convert modifiers in a NeXTSTEP event to emacs style modifiers. */ 192/* Convert modifiers in a NeXTstep event to emacs style modifiers. */
193#define NS_FUNCTION_KEY_MASK 0x800000 193#define NS_FUNCTION_KEY_MASK 0x800000
194#define NSLeftControlKeyMask (0x000001 | NSControlKeyMask) 194#define NSLeftControlKeyMask (0x000001 | NSControlKeyMask)
195#define NSRightControlKeyMask (0x002000 | NSControlKeyMask) 195#define NSRightControlKeyMask (0x002000 | NSControlKeyMask)