K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2010-06-15T22:01:38.037062Z K 7 svn:log V 340 Modify the console mouse pointer drawing routine to use single-byte writes instead of 4-byte ones. Because the mouse pointer can start part way through a character cell, 4-byte memory operations are not necessarily aligned, triggering a fatal alignment exception when the console pointer was moved on PowerPC G5 systems. MFC after: 3 days END