Changeset 1216 for libcaca/trunk/test
- Timestamp:
- Oct 22, 2006, 5:03:22 PM (14 years ago)
- Location:
- libcaca/trunk/test
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/test
- Property svn:ignore
-
old new 12 12 font2tga 13 13 frames 14 fullwidth 14 15 gamma 15 16 hsv
-
- Property svn:ignore
-
libcaca/trunk/test/Makefile.am
r1212 r1216 3 3 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\" 4 4 5 noinst_PROGRAMS = colors demo demo0 dithering event export font frames gamma hsv input spritedit font2tga text transform truecolor unicode import5 noinst_PROGRAMS = colors demo demo0 dithering event export font frames fullwidth gamma hsv input spritedit font2tga text transform truecolor unicode import 6 6 7 7 colors_SOURCES = colors.c … … 34 34 frames_LDADD = ../caca/libcaca.la ../cucul/libcucul.la 35 35 36 fullwidth_SOURCES = fullwidth.c 37 fullwidth_LDADD = ../caca/libcaca.la ../cucul/libcucul.la 38 36 39 gamma_SOURCES = gamma.c 37 40 gamma_LDADD = ../caca/libcaca.la ../cucul/libcucul.la -
libcaca/trunk/test/unicode.c
r1048 r1216 76 76 cucul_set_color(cv, CUCUL_COLOR_YELLOW, CUCUL_COLOR_BLACK); 77 77 cucul_putstr(cv, 1, 17, "| ドラゴン"); 78 cucul_putstr(cv, 1 0, 17, "ボーレ |");78 cucul_putstr(cv, 12, 17, "ボーレ |"); 79 79 80 80 cucul_set_color(cv, CUCUL_COLOR_LIGHTGRAY, CUCUL_COLOR_BLACK);
Note: See TracChangeset
for help on using the changeset viewer.