make all the commands agnostic about Rune width. (from sources)

This commit is contained in:
cinap_lenrek 2013-04-24 20:13:18 +02:00
parent 78c7ba36a1
commit 667010554b
13 changed files with 99 additions and 137 deletions

View file

@ -46,6 +46,7 @@ enum
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) */
};
/*