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 65154 - libzvt does not understand dtterm escape sequences
libzvt does not understand dtterm escape sequences
Status: RESOLVED FIXED
Product: gnome-libs
Classification: Deprecated
Component: zvt
1.4.x
Other All
: Normal normal
: 1.4.1
Assigned To: gnome-libs Maintainers
gnome-libs Maintainers
Depends on:
Blocks:
 
 
Reported: 2001-11-23 04:49 UTC by vivek
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to add dtterm seq support + recognise ST escape seq terminator (12.63 KB, patch)
2001-11-23 04:53 UTC, vivek
none Details | Review
slightly cleaner version, uses vtjumps table as the other cases do (13.53 KB, patch)
2001-11-24 02:06 UTC, vivek
none Details | Review

Description vivek 2001-11-23 04:49:36 UTC
libzvt does not understand the dtterm window manipulation/info-request
escape sequences. (patch to follow).
Comment 1 vivek 2001-11-23 04:53:04 UTC
Created attachment 6066 [details] [review]
patch to add dtterm seq support + recognise ST escape seq terminator
Comment 2 vivek 2001-11-24 02:06:37 UTC
Created attachment 6077 [details] [review]
slightly cleaner version, uses vtjumps table as the other cases do
Comment 3 Daniel Silverstone 2001-12-13 12:21:03 UTC
I noticed this problem too, and it is also in bug 64073

Vivek's patch appears to have solved it for me in my locally patched
copy.

When will this make it into the main tree?
Comment 4 vivek 2001-12-22 17:32:30 UTC
Feedback? Is the patch acceptable? If not, what do I need to change? 
Comment 5 Kjartan Maraas 2002-01-20 13:59:59 UTC
I have forwarded this for inspection...
Comment 6 Kjartan Maraas 2002-01-22 04:20:00 UTC
I commited this. I think there may be overlapping stuff in here
somewhere. Anyone know of that?