diff src/termhooks.h @ 102502:23b9944ae977

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.
author David Reitter <david.reitter@gmail.com>
date Thu, 12 Mar 2009 01:55:52 +0000
parents cfaf6934d659
children d69c45eb83b1
line wrap: on
line diff
--- a/src/termhooks.h	Thu Mar 12 01:55:15 2009 +0000
+++ b/src/termhooks.h	Thu Mar 12 01:55:52 2009 +0000
@@ -203,6 +203,8 @@
   /* 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
 
 };