Changes for version 0.06
- Bug fixes:
- Fix show_me_the_crap() emitting "speed baud" (empty speed) when getospeed() returns a value not mapped to any standard POSIX B* constant (e.g. on OpenBSD). Now falls back to the raw numeric value. (GH #19, PR #23)
- Display ispeed separately in -a output when it differs from ospeed, using the same raw-numeric fallback for unmapped values. (PR #23)
- Fix ispeed test failure on Linux ptys where the kernel normalises ispeed to match ospeed during tcsetattr(). Set both speeds in a single stty() call to avoid the normalisation window. (GH #16, PR #17, PR #21)
- Replace // (defined-or) operator in tests with ternary equivalent for Perl 5.8 compatibility. (GH #20, PR #24)
- Improvements:
- Maintenance:
Documentation
Modules
Change and print terminal line settings