aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2008-02-05 09:09:05 +1000
committerGravatar axel <axel@liljencrantz.se>2008-02-05 09:09:05 +1000
commitd7396ac59f44c061698ef00aa7a0592ffb2e9988 (patch)
tree491b7d9b2a15fd57dc6c9521bee106579d68be30 /expand.h
parent3f439e9cd309ad20e6b0b45c6921a7a7a17db41b (diff)
Fix bug causing flood of error messages in terminal when trying to highlight an invalid command, reported by Denilson F. de Sa.
darcs-hash:20080204230905-ac50b-0829b69835347e5875656ae735181b724f10de2a.gz
Diffstat (limited to 'expand.h')
-rw-r--r--expand.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/expand.h b/expand.h
index 7486e9c7..767a372e 100644
--- a/expand.h
+++ b/expand.h
@@ -58,6 +58,10 @@
Use unencoded private-use keycodes for internal characters
*/
#define EXPAND_RESERVED 0xf000
+/**
+ End of range reserved for expand
+ */
+#define EXPAND_RESERVED_END 0xf000f
enum
{