aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFenil Gandhi <fanilgandhi@gmail.com>2018-03-15 22:54:00 +0530
committerFenil Gandhi <fanilgandhi@gmail.com>2018-03-15 22:54:00 +0530
commitd9dcf8365b38826166e3a87f2007e4e52f7618f1 (patch)
tree62894e63cf3803a490d8ba3c7b12a74b83ca0a76
parent729910bcd238953cbab3465a23bc2a7293e52145 (diff)
downloadmitmproxy-d9dcf8365b38826166e3a87f2007e4e52f7618f1.tar.gz
mitmproxy-d9dcf8365b38826166e3a87f2007e4e52f7618f1.tar.bz2
mitmproxy-d9dcf8365b38826166e3a87f2007e4e52f7618f1.zip
Fixing the Fix for #2990
-rw-r--r--mitmproxy/tools/console/statusbar.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/mitmproxy/tools/console/statusbar.py b/mitmproxy/tools/console/statusbar.py
index 58a27677..34bba18d 100644
--- a/mitmproxy/tools/console/statusbar.py
+++ b/mitmproxy/tools/console/statusbar.py
@@ -228,6 +228,8 @@ class StatusBar(urwid.WidgetWrap):
r.append("[")
r.append(("heading_key", "u"))
r.append(":%s]" % self.master.options.stickyauth)
+ if self.master.options.console_default_contentview != 'auto':
+ r.append("[contentview:%s]" % (self.master.options.console_default_contentview))
if self.master.options.has_changed("view_order"):
r.append("[")
r.append(("heading_key", "o"))