ReactOS 0.4.15-dev-8092-ge0ba2f3
ansiprsr.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TANSIParser
 

Macros

#define MAX_TAB_POSITIONS   200
 
#define MTE_SUPPORT   1
 

Enumerations

enum  Colors {
  BLACK =0 , BLUE , GREEN , CYAN ,
  RED , MAGENTA , YELLOW , WHITE
}
 

Variables

const int ANSIColors []
 

Macro Definition Documentation

◆ MAX_TAB_POSITIONS

#define MAX_TAB_POSITIONS   200

Definition at line 9 of file ansiprsr.h.

◆ MTE_SUPPORT

#define MTE_SUPPORT   1

Definition at line 14 of file ansiprsr.h.

Enumeration Type Documentation

◆ Colors

Enumerator
BLACK 
BLUE 
GREEN 
CYAN 
RED 
MAGENTA 
YELLOW 
WHITE 

Definition at line 4 of file ansiprsr.h.

@ WHITE
Definition: ansiprsr.h:4
@ BLUE
Definition: ansiprsr.h:4
@ MAGENTA
Definition: ansiprsr.h:4
@ GREEN
Definition: ansiprsr.h:4
@ CYAN
Definition: ansiprsr.h:4
@ YELLOW
Definition: ansiprsr.h:4
@ BLACK
Definition: ansiprsr.h:4
@ RED
Definition: ansiprsr.h:4

Variable Documentation

◆ ANSIColors

const int ANSIColors[]
extern

Definition at line 54 of file ansiprsr.cpp.

Referenced by TANSIParser::ConSetAttribute().