You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle newlines better in URWIDRepl.echo (closesbpython#150).
We were incorrectly using multiple lines for each call to echo even if
the displayed string did not end in a newline. This fixes it by
reusing the last urwid Text widget in that case, adding an implicit
newline on prompt.
0 commit comments