GNOME Bugzilla – Bug 722446
OSC response should match query
Last modified: 2014-04-06 18:26:36 UTC
OSC queries (such as: echo -ne '\e]4;0;?\e\\') can be terminated either with \a or with \e\\. In xterm the response matches the query. In vte, the response is always terminated with \a.
Sibling issues: bug 151260, bug 567444, bug 640040.
Created attachment 266937 [details] [review] Fix Here's a fix. Please take a look. Contains some duplication of one-line methods (but the BEL vs ST versions already come with data duplication). Building up an infrastructure would look like nontrivial and overkill to me.
Fixed in vte-0-36. Keeping the bug open for vte-next.