fix bug when keyup:keydown in history

This commit is contained in:
Christophe Benz 2010-09-28 01:27:44 +02:00
commit 3939cf1039

View file

@ -53,8 +53,8 @@ class ReplApplication(Cmd, BaseApplication):
CAPS = None
# shell escape strings
BOLD = ''
NC = '' # no color
BOLD = ''
NC = '' # no color
def __init__(self):
Cmd.__init__(self)