Skip to content

Commit 2d8fae5

Browse files
committed
Added a note to the CHANGELOG about this optimization
1 parent 5a1cf12 commit 2d8fae5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ time reading the [rich documentation](https://rich.readthedocs.io/).
4444
- [argparse_example.py](https://github.com/python-cmd2/cmd2/blob/main/examples/argparse_example.py)
4545
- [command_sets.py](https://github.com/python-cmd2/cmd2/blob/main/examples/command_sets.py)
4646
- [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`
4749

4850
- Bug Fixes
4951
- Fixed a redirection bug where `cmd2` could unintentionally overwrite an application's

0 commit comments

Comments
 (0)