Changeset 1216 for libcaca/trunk/test/unicode.c
- Timestamp:
- Oct 22, 2006, 5:03:22 PM (14 years ago)
- Location:
- libcaca/trunk/test
- Files:
-
- 2 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/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.