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 5ffed13 commit 6c52256Copy full SHA for 6c52256
CHANGELOG.md
@@ -3,6 +3,8 @@
3
* Fixed bug where a redefined `ansi.style_error` was not being used in all `cmd2` files
4
* Enhancements
5
* Enabled line buffering when redirecting output to a file
6
+ * Added `ljustify_text()`, `center_text()`, and `rjustify_text()` to utils.py. All 3 of these functions support
7
+ ANSI escape sequences and characters with display widths greater than 1.
8
9
## 0.9.21 (November 26, 2019)
10
* Bug Fixes
0 commit comments