Changeset 630 for libcaca/trunk/caca
- Timestamp:
- Mar 16, 2006, 1:50:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/driver_slang.c
r610 r630 379 379 static void slang_write_utf32(uint32_t c) 380 380 { 381 #ifdef HAVE_SLSMG_UTF8_ENABLE 381 382 static const uint8_t mark[7] = 382 383 { … … 386 387 char buf[10], *parser; 387 388 int bytes; 389 #endif 388 390 389 391 if(c < 0x80)
Note: See TracChangeset
for help on using the changeset viewer.