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) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ba6f5eb..973a44a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # uuterm, Copyright (C) 2006 Rich Felker; licensed under GNU GPL v2 only -SRCS = main.c term.c comb.c tty.c alloc.c refresh.c ascii.c ucf.c font_load.c fbcon.c dblbuf.c +SRCS = main.c term.c comb.c decomp.c tty.c alloc.c refresh.c ascii.c ucf.c font_load.c fbcon.c dblbuf.c OBJS = $(SRCS:.c=.o) CFLAGS = -O2 -s #-g -- cgit v1.2.3