|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | TAB_WIDTH 8 |
| #define | MORE_STRING _T("-- Press space to view more. Press q or Ctrl+break to cancel.--") |
| #define | MORE_EMPTY_STRING _T(" ") |
| #define | X_CURSOR_POSITION_FROM_OFFSET(ofs) USHORT(((FristCharCursorPosition.X + ofs)%m_BufferSize.X)) |
| #define | Y_CURSOR_POSITION_FROM_OFFSET(ofs) USHORT((FristCharCursorPosition.Y + (FristCharCursorPosition.X + ofs)/m_BufferSize.X)) |
Definition at line 31 of file Console.cpp.
Definition at line 30 of file Console.cpp.
| #define TAB_WIDTH 8 |
Definition at line 29 of file Console.cpp.
| #define X_CURSOR_POSITION_FROM_OFFSET | ( | ofs | ) | USHORT(((FristCharCursorPosition.X + ofs)%m_BufferSize.X)) |
| #define Y_CURSOR_POSITION_FROM_OFFSET | ( | ofs | ) | USHORT((FristCharCursorPosition.Y + (FristCharCursorPosition.X + ofs)/m_BufferSize.X)) |