msknathan / mintty

Automatically exported from code.google.com/p/mintty
GNU General Public License v3.0
0 stars 0 forks source link

Color report: wrong initial code #356

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. echo -ne "^[]12;?^G"; sleep 1
2.
3.

What is the expected output? What do you see instead?
expected (according to xterm ctlseqs): ^[]12;rgb:0000/8080/c0c0^[\
received: ^[]0;rgb:0000/8080/c0c0^[\ (0 or 1 instead of 12)

Please use labels and text to provide additional information.
this may (and does) confuse an application (not my own in this case :) )
which scans the response strictly before accepting the information

Original issue reported on code.google.com by towom...@googlemail.com on 22 Oct 2012 at 12:20

GoogleCodeExporter commented 9 years ago
Fixed in r1291 on the 1.1 branch. Thanks very much for the report.

Original comment by andy.koppe on 23 Oct 2012 at 12:02

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 23 Oct 2012 at 12:03

GoogleCodeExporter commented 9 years ago
Confirmed fix in 1.1.3.

Original comment by andy.koppe on 7 Apr 2013 at 1:02