Changeset 1485 for trunk/src/kernel32/console.cpp
- Timestamp:
- Oct 27, 1999, 9:47:39 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.