diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-29 14:13:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-29 14:13:55 -0400 |
| commit | d9ec6f775335133f7b9dc5c33c76eac942243397 (patch) | |
| tree | 20a2ef40c3e1868accb97201fc0b5ea913cb0878 /tests/scripts | |
| parent | bef07746e33da9def33d814913891384a545a95c (diff) | |
| parent | 83e418844cbf72250d180d9c529b5ec44c4e7d3d (diff) | |
| download | cmd2-git-d9ec6f775335133f7b9dc5c33c76eac942243397.tar.gz | |
Merge pull request #704 from python-cmd2/feature/revisit-color-support
#698 - Revisiting Color Support
Diffstat (limited to 'tests/scripts')
| -rw-r--r-- | tests/scripts/postcmds.txt | 2 | ||||
| -rw-r--r-- | tests/scripts/precmds.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/scripts/postcmds.txt b/tests/scripts/postcmds.txt index dea8f265..74f1e226 100644 --- a/tests/scripts/postcmds.txt +++ b/tests/scripts/postcmds.txt @@ -1 +1 @@ -set colors Never +set allow_ansi Never diff --git a/tests/scripts/precmds.txt b/tests/scripts/precmds.txt index 0ae7eae8..0167aa22 100644 --- a/tests/scripts/precmds.txt +++ b/tests/scripts/precmds.txt @@ -1 +1 @@ -set colors Always +set allow_ansi Always |
