diff options
Diffstat (limited to 'cmd2/rl_utils.py')
-rw-r--r-- | cmd2/rl_utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd2/rl_utils.py b/cmd2/rl_utils.py index 4717c408..58bd6377 100644 --- a/cmd2/rl_utils.py +++ b/cmd2/rl_utils.py @@ -27,6 +27,7 @@ class RlType(Enum): # Check what implementation of readline we are using rl_type = RlType.NONE +vt100_support = False # The order of this check matters since importing pyreadline will also show readline in the modules list if 'pyreadline' in sys.modules: |