aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2010-03-01 14:50:35 +1300
committerAldo Cortesi <aldo@nullcube.com>2010-03-01 14:50:35 +1300
commit0188cf8a1a9abc3b03fb1cee91ed2aa1f20b1ebd (patch)
treefd9a8231e9d6a239640f3b59c83dca3bf24db316 /mitmproxy
parentb91156723b443f6a7bf6bb7b49e799bd04e8ad15 (diff)
downloadmitmproxy-0188cf8a1a9abc3b03fb1cee91ed2aa1f20b1ebd.tar.gz
mitmproxy-0188cf8a1a9abc3b03fb1cee91ed2aa1f20b1ebd.tar.bz2
mitmproxy-0188cf8a1a9abc3b03fb1cee91ed2aa1f20b1ebd.zip
Just make using the user's terminal background the default.
This just makes sense. Later on, we'll have a config file in which users can set the palette, so that they can over-ride the default background if they really want.
Diffstat (limited to 'mitmproxy')
-rwxr-xr-xmitmproxy3
1 files changed, 0 insertions, 3 deletions
diff --git a/mitmproxy b/mitmproxy
index 5ae9f058..af841144 100755
--- a/mitmproxy
+++ b/mitmproxy
@@ -35,9 +35,6 @@ if __name__ == '__main__':
type = "int", dest="port", default=8080,
help = "Port."
)
- parser.add_option(
- "-t", "--terminal-backround", action="store_true", dest="terminal_background",
- default=False, help="Uses the standard terminal background instead of setting an own. Useful for transparent terminals.")
options, args = parser.parse_args()
certpath = os.path.expanduser(options.cert)