From 63f0a712d8519401240b7f8ca5b79b363204631f Mon Sep 17 00:00:00 2001 From: Miroslav Date: Sat, 3 Mar 2018 00:32:32 +0200 Subject: Addition to the comment --- mitmproxy/tools/console/statusbar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitmproxy/tools/console/statusbar.py b/mitmproxy/tools/console/statusbar.py index caffe4e6..f65031b3 100644 --- a/mitmproxy/tools/console/statusbar.py +++ b/mitmproxy/tools/console/statusbar.py @@ -73,7 +73,7 @@ class ActionBar(urwid.WidgetWrap): msg_lines = msg_text.split("\n") first_line = msg_lines[0] if len(msg_lines) > 1: - # Messages with a few lines must end with prompt. + # First line of messages with a few lines must end with prompt. line_length = len(first_line) + len(prompt) else: line_length = len(first_line) -- cgit v1.2.3