Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filter source files if CURSES not found ♻️
- Updated `Makefile` to exclude `athr_terminal_curses.c/h` if CURSES not found - Defined `_POSIX_C_SOURCE 200809L` in `athr_terminal_ioctl.c` to ensure compatibility These changes improve the build process by conditionally excluding source files related to CURSES if not found, preventing build errors. Additionally, setting _POSIC_C_SOURCE ensures the `athr_terminal_ioctl.c` file adheres to the correct POSIX standard for broader compatibility.
- Loading branch information