taviso / 123elf

A native port of Lotus 1-2-3 to Linux.
1.17k stars 59 forks source link

ttydraw/libcaca cleanup #55

Closed jserv closed 2 years ago

jserv commented 2 years ago

This pull request proposes the following changes against ttydraw:

  1. Defer to C99 integer types, so that no "cacatyp.h" hack is required.
  2. Use appropriate configurations for libcaca.
  3. Make use of ELF visibility attribute.
taviso commented 2 years ago

Thanks, you're right, looks good to me!