Remove Highlight from statusbar

This commit is contained in:
Fenil Gandhi 2018-03-19 01:10:08 +05:30
parent 3c7725a8ce
commit ef1c1239dc

View File

@ -191,9 +191,7 @@ class StatusBar(urwid.WidgetWrap):
r.append(("heading_key", "H"))
r.append("eaders]")
if len(self.master.options.replacements):
r.append("[")
r.append(("heading_key", "R"))
r.append("eplacing]")
r.append("[ %d replacements]" % (len(self.master.options.replacements)))
if creplay.count():
r.append("[")
r.append(("heading_key", "cplayback"))