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
This used to cause Zellij to crash and on version 0.39.2 causes a pane to freeze.
When attempting to scroll through output with extremely long lines, the pane freezes and responds after about 30 seconds. After breaking, the behavior will persist (so long as whatever was on stdout is the same).
In a specific example, the line is 63 million characters long.
Version is 0.39.2, Alacritty terminal on ubuntu 20.04.6.
Maybe relevant: the ability to scroll through a line of that length is not that useful. More often than not, this string is sent to stdout as a test or by mistake, in both cases losing the ability to scroll is an annoyance.
The text was updated successfully, but these errors were encountered:
This used to cause Zellij to crash and on version 0.39.2 causes a pane to freeze.
When attempting to scroll through output with extremely long lines, the pane freezes and responds after about 30 seconds. After breaking, the behavior will persist (so long as whatever was on stdout is the same).
In a specific example, the line is 63 million characters long.
Version is 0.39.2, Alacritty terminal on ubuntu 20.04.6.
Maybe relevant: the ability to scroll through a line of that length is not that useful. More often than not, this string is sent to stdout as a test or by mistake, in both cases losing the ability to scroll is an annoyance.
The text was updated successfully, but these errors were encountered: