You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,15 @@
4
4
* Fixed a bug in tab-completion of command names within sub-menus
5
5
* Fixed a bug when using persistent readline history in Python 2.7
6
6
* Fixed a bug where the ``AddSubmenu`` decorator didn't work with a default value for ``shared_attributes``
7
+
* Added a check to ``ppaged()`` to only use a pager when running in a real fully functional terminal
7
8
* Enhancements
8
9
* Added [quit_on_sigint](http://cmd2.readthedocs.io/en/latest/settingchanges.html#quit-on-sigint) attribute to enable canceling current line instead of quitting when Ctrl+C is typed
9
10
* Added possibility of having readline history preservation in a SubMenu
10
11
* Added [table_display.py](https://github.com/python-cmd2/cmd2/blob/master/examples/table_display.py) example to demonstrate how to display tabular data
11
12
* Added command aliasing with ``alias`` and ``unalias`` commands
12
13
* Added the ability to load an initialization script at startup
13
14
* See [alias_startup.py](https://github.com/python-cmd2/cmd2/blob/master/examples/alias_startup.py) for an example
15
+
* Added a default SIGINT handler which terminates any open pipe subprocesses and re-raises a KeyboardInterrupt
0 commit comments