Changes for version 0.07
- Bug fixes:
- Fix "Use of uninitialized value" warning in stty.pl when stdin is not a terminal. stty() returns undef when isatty fails; the script now guards with defined() before comparing. (PR #25)
- Fix broken C<-icanon> POD formatting and add missing iexten to sane combination documentation. Replace "Needs documentation" stub with proper docs for show_me_the_crap(). (PR #26)
- Improvements:
- Show min and time values in -a output. These are critical for non-canonical (raw/cbreak) mode users and match GNU stty behavior. Also adds functional tests for hat-notation control char assignment, undef/^- char disabling, and min/time setting. (PR #27)
- Maintenance:
Documentation
Modules
Change and print terminal line settings