parent
8277ecec34
commit
fedbd0d50c
|
@ -73,7 +73,7 @@ class ConsoleExec(Method):
|
||||||
lines.extend([PAD + l for l in util.wrap_lines(line, limit)])
|
lines.extend([PAD + l for l in util.wrap_lines(line, limit)])
|
||||||
if lines[-1] == PAD:
|
if lines[-1] == PAD:
|
||||||
lines[-1] = ''
|
lines[-1] = ''
|
||||||
b.insert_lines(b.get_buffer_end(), lines, force=True)
|
b.insert_lines(b.get_buffer_end(), lines + [''], force=True)
|
||||||
for w2 in b.windows:
|
for w2 in b.windows:
|
||||||
w2.goto_end(force=True)
|
w2.goto_end(force=True)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue