Indeed that should fix it, in the meantime you can run something like
sage: from sage.typeset.ascii_art import AsciiArt
sage: AsciiArt._terminal_width = lambda x: 80
Before running other commands to fix the problem in a given notebook
On Friday, July 1, 2022 at 3:40:58 AM UTC+2 John H Palmieri
At least on my machine opening a new terminal window and starting a new
sage session then pressing "up" gives me the previous command (still
running) from the old session.
(I'm on 9.2.beta8 in case that's relevant)
On Thursday, August 20, 2020 at 1:32:20 PM UTC-4 David Lowry-Duda wrote:
> > I