sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
15
app/xterm/unicode/precompose.c.head
Normal file
15
app/xterm/unicode/precompose.c.head
Normal file
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
* Canonical Compositions
|
||||
*
|
||||
* DO NOT EDIT BY HAND! This is generated by the script
|
||||
* unicode/make-precompose.sh
|
||||
*/
|
||||
/* @XTermId@ */
|
||||
|
||||
#include <precompose.h>
|
||||
|
||||
static struct {
|
||||
int replacement;
|
||||
int base;
|
||||
int comb;
|
||||
} precompositions[] = {
|
Loading…
Add table
Add a link
Reference in a new issue