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
It seems like there's currently a bug when removing old lines when scrollback is enabled where I can scroll past the oldest line.
I'm guessing in some cases the same bug would also cause not being able to scroll enough to see the oldest line, but I haven't encountered this case yet.
To reproduce: set the scrollback something small. 100 works fine in my case. Then leave the client running for a while in an active channel. Every once in a while try to scroll to the top using page-up/down. You'll end up with a screen like:
---------------
<empty>
<empty>
<empty>
old line
old line
---------------
What should happen instead is I should not be able to scroll after the oldest line is at the top:
---------------
old line
old line
old line
old line
old line
---------------
The text was updated successfully, but these errors were encountered:
When a line is removed due to reaching scrollback limit, update the
message area's line height. Added test to assert the height is being
maintained.
Closesosa1#265
When a line is removed due to reaching scrollback limit, update the
message area's line height. Added test to assert the height is being
maintained.
Closesosa1#265
When a line is removed due to reaching scrollback limit, update the
message area's line height. Added test to assert the height is being
maintained.
Closes#265
It seems like there's currently a bug when removing old lines when scrollback is enabled where I can scroll past the oldest line.
I'm guessing in some cases the same bug would also cause not being able to scroll enough to see the oldest line, but I haven't encountered this case yet.
To reproduce: set the scrollback something small. 100 works fine in my case. Then leave the client running for a while in an active channel. Every once in a while try to scroll to the top using page-up/down. You'll end up with a screen like:
What should happen instead is I should not be able to scroll after the oldest line is at the top:
The text was updated successfully, but these errors were encountered: