Changeset 1485
- Timestamp:
 - Oct 27, 1999, 9:47:39 PM (26 years ago)
 - Location:
 - trunk/src/kernel32
 - Files:
 - 
      
- 2 edited
 
- 
          
  conbuffer.cpp (modified) (2 diffs)
 - 
          
  console.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/kernel32/conbuffer.cpp
r1484 r1485 1 /* $Id: conbuffer.cpp,v 1. 5 1999-10-27 18:36:33phaller Exp $ */1 /* $Id: conbuffer.cpp,v 1.6 1999-10-27 19:47:38 phaller Exp $ */ 2 2 3 3 /* … … 157 157 ENABLE_WRAP_AT_EOL_OUTPUT; 158 158 159 pConsoleBuffer->CursorInfo.dwSize = 2 ; /* 2 scanlines*/159 pConsoleBuffer->CursorInfo.dwSize = 20; /* 20% cell height */ 160 160 pConsoleBuffer->CursorInfo.bVisible = TRUE; 161 161 }  - 
      
trunk/src/kernel32/console.cpp
r1484 r1485 1 /* $Id: console.cpp,v 1.1 6 1999-10-27 18:36:35phaller Exp $ */1 /* $Id: console.cpp,v 1.17 1999-10-27 19:47:39 phaller Exp $ */ 2 2 3 3 /* … … 2033 2033 rclCursor.xLeft = ConsoleGlobals.sCellCX * pConsoleBuffer->coordCursorPosition.X; 2034 2034 rclCursor.xRight = rclCursor.xLeft + ConsoleGlobals.sCellCX; 2035 2036 //@@@PH top calculation is wrong! 2035 2037 rclCursor.yBottom = rclWindow.yTop 2036 2038 - ConsoleGlobals.sCellCY * (pConsoleBuffer->coordCursorPosition.Y + 1);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  