termhooks.h [HAVE_NS]: define NS_NONKEY_EVENT to be used for non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT were used for such events.
This commit is contained in:
@@ -203,6 +203,8 @@ enum event_kind
|
||||
/* Generated when native multi-keystroke input method is used to modify
|
||||
tentative or indicative text display. */
|
||||
, NS_TEXT_EVENT
|
||||
/* Non-key system events (e.g. application menu events) */
|
||||
, NS_NONKEY_EVENT
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user