Skip to content

Commit

Permalink
Addition to the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kajojify committed Mar 2, 2018
1 parent 0dcdb6c commit 63f0a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mitmproxy/tools/console/statusbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def prep_message(self, msg):
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)
Expand Down

0 comments on commit 63f0a71

Please sign in to comment.