ReactOS 0.4.15-dev-7958-gcd0bb1a
Console.cpp File Reference
#include "ph.h"
#include "Console.h"
Include dependency graph for Console.cpp:

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))
 

Macro Definition Documentation

◆ MORE_EMPTY_STRING

#define MORE_EMPTY_STRING   _T(" ")

Definition at line 31 of file Console.cpp.

◆ MORE_STRING

#define MORE_STRING   _T("-- Press space to view more. Press q or Ctrl+break to cancel.--")

Definition at line 30 of file Console.cpp.

◆ TAB_WIDTH

#define TAB_WIDTH   8

Definition at line 29 of file Console.cpp.

◆ X_CURSOR_POSITION_FROM_OFFSET

#define X_CURSOR_POSITION_FROM_OFFSET (   ofs)    USHORT(((FristCharCursorPosition.X + ofs)%m_BufferSize.X))

◆ Y_CURSOR_POSITION_FROM_OFFSET

#define Y_CURSOR_POSITION_FROM_OFFSET (   ofs)    USHORT((FristCharCursorPosition.Y + (FristCharCursorPosition.X + ofs)/m_BufferSize.X))