CVS Root: /home/cvs Module: putty Changes by: ben Date: Mon Nov 18 2002 23:49:32 GMT Log message: 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. Modified files: . : terminal.c Links: http://cvs.tartarus.org//putty/terminal.c.diff?r1=1.116&r2=1.117