Summary: | Konsole doesn't automatically re-wrap after resizing the terminal window | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Dan Dascalescu <ddascalescu+kde> |
Component: | emulation | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | a.samirh78, carl, cbc.alves |
Priority: | NOR | ||
Version: | 20.12.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Wrapping stuck at the old terminal size |
It is fixed in the Konsole master and will probably be in the next release. https://invent.kde.org/utilities/konsole Great! I see Konsole has its own Gitlab-based issue tracker, https://invent.kde.org/utilities/konsole/-/issues. Is this Bugzilla one still used? Where should I file issues in the future? (In reply to Dan Dascalescu from comment #2) > Great! > > I see Konsole has its own Gitlab-based issue tracker, > https://invent.kde.org/utilities/konsole/-/issues. Is this Bugzilla one > still used? Where should I file issues in the future? Here in bugzilla. @Carlos: could you please add which version it'll be fixed, in the "Version Fixed In:" field? Thanks :) |
Created attachment 135874 [details] Wrapping stuck at the old terminal size SUMMARY I've used other terminal emulators that would automatically re-wrap their scrollback buffer when the user resized the window. Handy feature to gauge the desired terminal size quickly. STEPS TO REPRODUCE 1. Size the terminal to something small, like 80 columns. 2. Run `dmegs` 3. Enlarge the window OBSERVED RESULT The wrapping stays as it was when `dmesg` was issued, even though the window is wider now.