commit | 84e2096fbdea880799f2fdb3f0992a8961106bed | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Oct 14 08:50:41 2023 +0300 |
committer | GitHub <noreply@github.com> | Sat Oct 14 08:50:41 2023 +0300 |
tree | f1fb8bef511c750493f781a7a19d009ef4e5991c | |
parent | 7284e0ef84e53f80b2e60c3f51e3467d67a275f3 [diff] |
gh-110392: Fix tty functions (GH-110642) * tty.setraw() and tty.setcbreak() previously returned partially modified list of the original tty attributes. Now they return the correct list of the original tty attributes * tty.cfmakeraw() and tty.cfmakecbreak() now make a copy of the list of special characters before modifying it.