Details
-
Bug
-
Status: Reopened
-
Minor
-
Resolution: Unresolved
-
1.5.1
-
None
-
None
Description
When (1) the console continues to output and (2) the scrollbar on the right has been scrolled such that it is no longer at the bottom, the last line shown on the terminal emulator will be output repeatedly. When the terminal is scrolled back to the current view (scrollbar position is returned back to the bottom), the screen returns to normal.
To reproduce:
- Open a terminal session, such as an SSH connection.
- Fill the screen with data, such as with a command like ls -l /usr/bin.
- Run a script or command that regularly produces one line of output without user interaction (example script shown in screenshot).
- Scroll up by at least one line.
- Wait for output.
- Observe that the last line visible is repeated, instead of off-screen output being revealed.