mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 10:16:27 +00:00
Remove blank line
This commit is contained in:
parent
8449db103e
commit
b3b069f468
@ -232,7 +232,6 @@ class CommandEdit(urwid.WidgetWrap):
|
||||
txt_before = self.cbuf.text[0:pos]
|
||||
new_text = f"{txt_before} {txt_after}"
|
||||
cursor_pos = prev_cursor - (prev_cursor - pos) + 1
|
||||
|
||||
self.cbuf.set_text(new_text)
|
||||
self.cbuf.cursor = cursor_pos
|
||||
elif key == "backspace":
|
||||
|
Loading…
Reference in New Issue
Block a user