We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1cf12 commit 2d8fae5Copy full SHA for 2d8fae5
CHANGELOG.md
@@ -44,6 +44,8 @@ time reading the [rich documentation](https://rich.readthedocs.io/).
44
- [argparse_example.py](https://github.com/python-cmd2/cmd2/blob/main/examples/argparse_example.py)
45
- [command_sets.py](https://github.com/python-cmd2/cmd2/blob/main/examples/command_sets.py)
46
- [getting_started.py](https://github.com/python-cmd2/cmd2/blob/main/examples/getting_started.py)
47
+ - Optimized performance of terminal fixup during command finalization by replacing `stty sane`
48
+ with `termios.tcsetattr`
49
50
- Bug Fixes
51
- Fixed a redirection bug where `cmd2` could unintentionally overwrite an application's
0 commit comments