File: precompose.h

package info (click to toggle)
xterm 278-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,612 kB
  • sloc: ansic: 57,122; sh: 4,340; perl: 1,287; makefile: 719; sed: 12
file content (11 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
10
11
/* $XFree86: xc/programs/xterm/precompose.h,v 1.1 2000/08/26 04:33:54 dawes Exp $ */

#ifndef PRECOMPOSE_H
#define PRECOMPOSE_H

int do_precomposition(int base, int comb);

/* returns unicode value if a canonical composition exists,
   otherwise -1 */

#endif