This repository was archived by the owner on Jul 10, 2026. It is now read-only.
Since we target the latest Odin tagged release and Odin's core:os/os2 has become core:os, I'm making a new release so that the library is still compatible.
Other than that, I've renamed termcl/sdl3's get_font_from_slice to get_font_from_bytes to be more inline with the core library's naming convention. I've also added signal handling for Windows and POSIX compatible systems, the signal handling is necessary to be able to properly recover the terminal once the process is killed, if this is not done you might or might not end up with a weird behaving terminal depending on how your terminal behaves.