jcjordyn140 / mintty

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

Line-feed/New-line Mode (LNM) is ignored #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The setting of the vt100 LNM parameter, which is reflected by the
'cr_lf_return' field in the 'term' variable currently is ignored
completely. PuTTY takes it into account for input (where Return should send
CR LF when LNM is set), but not for output. The VT100 description at
http://vt100.net/docs/vt100-ug/chapter3.html requires it for both though,
so this will need a look at the rxvt and xterm implementations.

Original issue reported on code.google.com by andy.koppe on 10 Jan 2009 at 1:37

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fixed in r101 on 0.3 branch. Unlike PuTTY, xterm does implement LNM for terminal
output, but not for keyboard input, and rxvt doesn't mention it at all. Colour 
me
confused. I implemented it for both sides, as described in the spec.

Original comment by andy.koppe on 10 Jan 2009 at 5:22

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 14 Jan 2009 at 7:36