diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 11:11:55 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 11:11:55 +0000 |
commit | 145a665014b2aa230b81b582689c8ec17ef9968e (patch) | |
tree | 5ea1019527fe16cc21b9702371c72cc7f8c8090c /app/xterm/unicode/precompose.c.head | |
parent | 95c2d1cbda23a41cdf6e63520c7f0b825e63dd5b (diff) |
Importing xterm 216
Diffstat (limited to 'app/xterm/unicode/precompose.c.head')
-rw-r--r-- | app/xterm/unicode/precompose.c.head | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app/xterm/unicode/precompose.c.head b/app/xterm/unicode/precompose.c.head new file mode 100644 index 000000000..c51f752d7 --- /dev/null +++ b/app/xterm/unicode/precompose.c.head @@ -0,0 +1,16 @@ +/* + * Canonical Compositions + * + * DO NOT EDIT BY HAND! This is generated by the script + * unicode/make-precompose.sh + */ +/* @XTermId@ */ +/* @XFree86@ */ + +#include <precompose.h> + +static struct { + int replacement; + int base; + int comb; +} precompositions[] = { |