After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 353289 - vte_terminal_get_text_maybe_wrapped's wrap argument is ignored
vte_terminal_get_text_maybe_wrapped's wrap argument is ignored
Status: RESOLVED OBSOLETE
Product: vte
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks: vte1.0
 
 
Reported: 2006-08-28 20:07 UTC by Behdad Esfahbod
Modified: 2021-06-10 13:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Behdad Esfahbod 2006-08-28 20:07:55 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)
Comment 1 Behdad Esfahbod 2008-11-29 08:32:01 UTC
Should figure this out before vte 1.0.
Comment 2 GNOME Infrastructure Team 2021-06-10 13:31:10 UTC
-- 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.