When processing input, refer to CR and LF as \015 and \012 respectively,
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 18 Nov 2002 23:49:30 +0000 (23:49 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 18 Nov 2002 23:49:30 +0000 (23:49 +0000)
commit92e23ad91750101b8ba78f50e84643e389d8a094
treeb1688c45fed526766acf522cfd70617f385058f2
parent18c095b617970161032e39bf66b204fc95969097
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2225 cda61777-01e9-0310-a592-d414129be87e
terminal.c