GNOME Bugzilla – Bug 353289
vte_terminal_get_text_maybe_wrapped's wrap argument is ignored
Last modified: 2021-06-10 13:31:10 UTC
And everyone seems to call it with wrap==TRUE. I think we should change: if (!vte_line_is_wrappable(terminal, row)) { to if (wrap || !vte_line_is_wrappable(terminal, row)) { and then rethink every caller to see if they should remain TRUE or changed to FALSE (most should become FALSE I guess. We may want to provide new API to export the wrapped version)
Should figure this out before vte 1.0.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/vte/-/issues/1211.