aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/options.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2017-06-10 07:44:10 +1200
committerAldo Cortesi <aldo@corte.si>2017-06-10 09:54:03 +1200
commit040238e2555f65f58ee4926a39f4beaac6764ceb (patch)
tree6927092f809dc8f750edcee1387efeb4aa16df59 /mitmproxy/options.py
parent60f2d37dd8acf3b9bbee1e8e8d3544de626735de (diff)
downloadmitmproxy-040238e2555f65f58ee4926a39f4beaac6764ceb.tar.gz
mitmproxy-040238e2555f65f58ee4926a39f4beaac6764ceb.tar.bz2
mitmproxy-040238e2555f65f58ee4926a39f4beaac6764ceb.zip
console: layout pane heaaders
Controlled with the new console_layout_headers option
Diffstat (limited to 'mitmproxy/options.py')
-rw-r--r--mitmproxy/options.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/mitmproxy/options.py b/mitmproxy/options.py
index 59d44a5d..db276a51 100644
--- a/mitmproxy/options.py
+++ b/mitmproxy/options.py
@@ -386,6 +386,10 @@ class Options(optmanager.OptManager):
choices=sorted(console_layouts),
)
self.add_option(
+ "console_layout_headers", bool, True,
+ "Show layout comonent headers",
+ )
+ self.add_option(
"console_focus_follow", bool, False,
"Focus follows new flows."
)