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 d3d75f2 commit 058db75Copy full SHA for 058db75
CHANGELOG.md
@@ -3,6 +3,9 @@
3
* All platforms now depend on [wcwidth](https://pypi.python.org/pypi/wcwidth) to assist with asynchronous alerts.
4
* Macros now accept extra arguments when called. These will be tacked onto the resolved command.
5
* All cmd2 commands run via py now go through onecmd_plus_hooks.
6
+* Bug Fixes
7
+ * Fixed bug introduced in 0.9.5 caused by backing up and restoring self.prompt in pseudo_raw_input().
8
+ As part of this fix, continuation prompts will not be redrawn with `async_update_prompt` or `async_alert`.
9
10
## 0.9.5 (October 11, 2018)
11
* Bug Fixes
0 commit comments