Ignore:
Timestamp:
Oct 27, 1999, 9:47:39 PM (26 years ago)
Author:
phaller
Message:

Fix: console cursor fixes

File:
1 edited

Legend:

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

    r1484 r1485  
    1 /* $Id: conbuffer.cpp,v 1.5 1999-10-27 18:36:33 phaller Exp $ */
     1/* $Id: conbuffer.cpp,v 1.6 1999-10-27 19:47:38 phaller Exp $ */
    22
    33/*
     
    157157                                    ENABLE_WRAP_AT_EOL_OUTPUT;
    158158
    159     pConsoleBuffer->CursorInfo.dwSize   = 2;                  /* 2 scanlines */
     159    pConsoleBuffer->CursorInfo.dwSize   = 20;             /* 20% cell height */
    160160    pConsoleBuffer->CursorInfo.bVisible = TRUE;
    161161  }
Note: See TracChangeset for help on using the changeset viewer.