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
Original issue reported on code.google.com by
andy.koppe
on 9 May 2009 at 10:25