Changeset 962 for libcaca/trunk/caca
- Timestamp:
- May 19, 2006, 6:53:48 AM (15 years ago)
- Location:
- libcaca/trunk/caca
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/driver_ncurses.c
r929 r962 491 491 int bytes; 492 492 493 bytes = _cucul_utf32_to_utf8(buf, ch);493 bytes = cucul_utf32_to_utf8(buf, ch); 494 494 buf[bytes] = '\0'; 495 495 addstr(buf); -
libcaca/trunk/caca/driver_slang.c
r929 r962 396 396 int bytes; 397 397 398 bytes = _cucul_utf32_to_utf8(buf, ch);398 bytes = cucul_utf32_to_utf8(buf, ch); 399 399 buf[bytes] = '\0'; 400 400 SLsmg_write_string(buf);
Note: See TracChangeset
for help on using the changeset viewer.