]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
When processing input, refer to CR and LF as \015 and \012 respectively,
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 18 Nov 2002 23:49:30 +0000 (23:49 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 18 Nov 2002 23:49:30 +0000 (23:49 +0000)
commitb31bf55bc0d1d41efda0d4fcf6cf2900e93c5d3d
treeb1688c45fed526766acf522cfd70617f385058f2
parent285acf7ed28bb4d162bb169ccae49f81615a7130
When processing input, refer to CR and LF as \015 and \012 respectively,
rather than \r and \n.  The latter tend to get swapped around by Mac C
compilers.

[originally from svn r2225]
terminal.c