make all the commands agnostic about Rune width. (from sources)
This commit is contained in:
parent
78c7ba36a1
commit
667010554b
13 changed files with 99 additions and 137 deletions
|
@ -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) */
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue