elgarfo / mintty

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

Give MinTTY its own identity #103

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
MinTTY currently pretends to be an xterm revision 136. It should have its
own identity though, to allow clients to adapt to any incompatibilities.

- ^E answerback shall report "mintty"
- The primary device attribute (reply to "\e[c") shall be VT100's
"\e?1;2c", same as with xterm in default config
- The secondary device attribute (reply to "\e[>c") shall indicate terminal
type 77: that's ASCII 'M' for MinTTY, which seems to be the convention
followed by rxvt (82), screen (83), and urxvt (85).
- The version number in the secondary DA shall be in the same format as in
the aforementioned terminals, where e.g. 1.2.3 becomes 10203. So it's 400
for mintty-0.4.0.
- TERM shall remain at "xterm", so that the xterm termcap/terminfo entries
are used.

Original issue reported on code.google.com by andy.koppe on 9 May 2009 at 10:25

GoogleCodeExporter commented 9 years ago
Implemented in r305 on 0.4 branch.

Original comment by andy.koppe on 9 May 2009 at 10:26

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 7 Jun 2009 at 7:38