]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/include/libc.h
aux/statusbar, aux/statusmsg: dont fork in background for window, cleanup
[plan9front.git] / sys / include / libc.h
index 833a3f50bc86532029f07c605ebeba7f69f41f42..a92e5680d382f0c0e71f907ce96ec5a0b66cb779 100644 (file)
@@ -45,6 +45,8 @@ enum
        Runesync        = 0x80,         /* cannot represent part of a UTF sequence (<) */
        Runeself        = 0x80,         /* rune and UTF sequences are the same (<) */
        Runeerror       = 0xFFFD,       /* decoding error in UTF */
+       Runemax         = 0xFFFF,       /* 16 bit rune */
+       Runemask        = 0xFFFF,       /* bits used by runes (see grep) */
 };
 
 /*