Version 0.2.6

This commit is contained in:
Rob Glew 2016-02-05 10:49:58 -06:00
parent 10f30bfb47
commit aa81432556
21 changed files with 304 additions and 96 deletions

View file

@ -262,7 +262,8 @@ class ProxyCmd(cmd2.Cmd):
"""
def __init__(self, *args, **kwargs):
self.prompt = 'pappy' + Colors.YELLOW + '> ' + Colors.ENDC
# the \x01/\x02 are to make the prompt behave properly with the readline library
self.prompt = 'pappy\x01' + Colors.YELLOW + '\x02> \x01' + Colors.ENDC + '\x02'
self.debug = True
self._cmds = {}