Making the window too small causes the current line to infinitely scroll while offsetting.
This only happens when a process is running (doing prefill or benchmark)
Resizing the window bigger will stop the scrolling but leaves "junk" in the window making it hard to read.
This appears to be due to the underlying library I am using for console output. There is already issue open for this behavior : spectre.console/issues/703.
Making the window too small causes the current line to infinitely scroll while offsetting. This only happens when a process is running (doing prefill or benchmark) Resizing the window bigger will stop the scrolling but leaves "junk" in the window making it hard to read.