Changeset 1218 for libcaca/trunk/caca/driver_x11.c
- Timestamp:
- Oct 22, 2006, 6:35:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/driver_x11.c
r969 r1218 276 276 277 277 /* Skip spaces */ 278 if(*chars == 0x00000020) 278 if(*chars <= 0x00000020) 279 continue; 280 281 if(*chars == CUCUL_MAGIC_FULLWIDTH) 279 282 continue; 280 283
Note: See TracChangeset
for help on using the changeset viewer.