mirror of
https://github.com/nyakang/nyaterm.git
synced 2026-09-22 00:01:30 +00:00
- Updated Zmodem event payload types to use a unified direction type, allowing for both lowercase and capitalized direction values. - Introduced normalization functions for Zmodem direction and payload to ensure consistent handling of event data. - Added tests to verify serialization of Zmodem events with lowercase direction values. - Refactored event handling logic to utilize normalized payloads, improving code clarity and maintainability.