fix bug when keyup:keydown in history
This commit is contained in:
parent
7f755c660d
commit
3939cf1039
1 changed files with 2 additions and 2 deletions
|
|
@ -53,8 +53,8 @@ class ReplApplication(Cmd, BaseApplication):
|
|||
CAPS = None
|
||||
|
||||
# shell escape strings
|
||||
BOLD = '[1m'
|
||||
NC = '[0m' # no color
|
||||
BOLD = '[37;1m'
|
||||
NC = '[37;0m' # no color
|
||||
|
||||
def __init__(self):
|
||||
Cmd.__init__(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue