diff options
author | Rich Felker <dalias@aerifal.cx> | 2006-10-10 06:46:36 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2006-10-10 06:46:36 +0000 |
commit | 0a545de895fb861fac88edea716e0b0a5d52f0ff (patch) | |
tree | 7c379742c4d3a833087fdc6d9db9926bbed8139b /Makefile | |
parent | 12cb31c57a432d1ee4cc4ed7715a0f49ea55f1d6 (diff) |
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)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |