From 0a545de895fb861fac88edea716e0b0a5d52f0ff Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 10 Oct 2006 06:46:36 +0000 Subject: finally, support for decomposing characters -- this makes it possible to display accented characters using the base character glyphs with overstriking combining marks. (needs contextual glyphs to make this look good, obviously) --- uuterm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'uuterm.h') diff --git a/uuterm.h b/uuterm.h index 81c4baf..6bda258 100644 --- a/uuterm.h +++ b/uuterm.h @@ -85,6 +85,7 @@ void uuterm_stuff_byte(struct uuterm *, unsigned char); void uuterm_refresh_row(struct uudisp *, struct uurow *, int, int); int uu_combine_involution(unsigned, unsigned); +int uu_decompose_char(unsigned, unsigned *, unsigned); int uudisp_open(struct uudisp *); int uudisp_fd_set(struct uudisp *, int, void *); -- cgit v1.2.3