From ef1c1239dc5d7e5960018729b545088378526710 Mon Sep 17 00:00:00 2001 From: Fenil Gandhi Date: Mon, 19 Mar 2018 01:10:08 +0530 Subject: [PATCH] Remove Highlight from statusbar --- mitmproxy/tools/console/statusbar.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mitmproxy/tools/console/statusbar.py b/mitmproxy/tools/console/statusbar.py index 34bba18d6..47c7c1631 100644 --- a/mitmproxy/tools/console/statusbar.py +++ b/mitmproxy/tools/console/statusbar.py @@ -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"))