Ignore:
Timestamp:
Jan 23, 2001, 12:59:45 PM (25 years ago)
Author:
sandervl
Message:

vio, thread exit fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/conbuffervio.cpp

    r4523 r5016  
    1 /* $Id: conbuffervio.cpp,v 1.2 2000-10-23 13:42:40 sandervl Exp $ */
     1/* $Id: conbuffervio.cpp,v 1.3 2001-01-23 11:59:45 sandervl Exp $ */
    22
    33/*
     
    220220            dprintf(("LF"));
    221221            pConsoleBuffer->coordCursorPosition.Y++;
     222            pConsoleBuffer->coordCursorPosition.X = 0;
    222223            if(pConsoleBuffer->coordCursorPosition.Y >= pConsoleBuffer->coordWindowSize.Y) {
    223224                dprintf(("scrollup"));
Note: See TracChangeset for help on using the changeset viewer.