\r processing.

svn path=/trunk/; revision=2124
This commit is contained in:
Emanuele Aliberti 2001-07-30 11:49:38 +00:00
parent fe1d0d581a
commit aaa8d41666

View file

@ -1,4 +1,4 @@
/* $Id: blue.c,v 1.29 2001/01/31 02:24:46 phreak Exp $
/* $Id: blue.c,v 1.30 2001/07/30 11:49:38 ea Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -211,6 +211,7 @@ STDCALL ScrWrite (PDEVICE_OBJECT DeviceObject, PIRP Irp)
break;
case '\r':
cursorx = 0;
break;
case '\t':