mirror of
https://github.com/phranck/TUIkit.git
synced 2026-05-21 09:50:35 +00:00
3ec23004b9
- Replace #if os(Linux) with #if canImport(Glibc/Musl/Darwin) import guards - Add TermFlag typealias to fix termios flag width mismatch (UInt vs UInt32) - Add platform import guard to SignalManager for POSIX signal visibility - Replace DispatchQueue.global with Task.detached in AppStorage - Add XDG_CONFIG_HOME fallback for config directory resolution - Add Linux Build & Test CI job (swift:6.0 container on ubuntu-latest)