-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select All not working correctly in Linux Mint-21.x #249
Comments
Tony Houghton - 2023-07-27 There is a function to write the entire buffer to a (file) stream, so I could support that in ROXTerm. I'm quite busy at the moment though, so it might take a while before I can get around to it. JP Vossen - 2023-07-27 As always, thanks for the quick reply and awesome tool. |
Looks like the builds have worked this time, except on bionic, whose CMake is too old, I think. The actual publishing is still pending though. |
I think that comment was for #150. I have now gotten 3.13.1 from Jammy PPA. I haven't tested it yet because I am in the middle of things. I'll get to it Real Soon Now, though some folks at work might beat me to it. |
Re-creating from obsolete: https://sourceforge.net/p/roxterm/bugs/135/
"Edit > Select All" now seems to select only the visible view-port text, no matter where the scroll-back is positioned. So the result is "select all visible" and not "select all in scroll-back" as intended. (See original Select the entire scrollback buffer? discussion.)
Environment:
To reproduce:
Result: I only get the text from the visible screen.
Expected: I want the text from the entire scroll-back buffer.
Hack-around? Is there a way to get ROXTerm to (continuously?) write the scroll-back to disk, in addition to RAM? I'd love that for some other reasons as well.
The text was updated successfully, but these errors were encountered: