Changeset 980 for libcaca/trunk/test
- Timestamp:
- May 25, 2006, 9:58:21 PM (15 years ago)
- Location:
- libcaca/trunk/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/test/colors.c
r859 r980 47 47 cucul_set_color(cv, i, j); 48 48 cucul_putstr(cv, (j >= 8 ? 41 : 40) + j * 2, i + (i >= 8 ? 4 : 3), 49 " #");49 "Aa"); 50 50 } 51 51 } -
libcaca/trunk/test/input.c
r969 r980 75 75 76 76 /* Put the cursor on the active textentry */ 77 cucul_set_color(cv, CUCUL_COLOR_ WHITE, CUCUL_COLOR_WHITE);77 cucul_set_color(cv, CUCUL_COLOR_LIGHTRED, CUCUL_COLOR_LIGHTRED); 78 78 cucul_putchar(cv, 2 + entries[e].cursor, 3 * e + 4, ' '); 79 79
Note: See TracChangeset
for help on using the changeset viewer.