MdeModulePkg Terminal: Add text mode for PcdConOutColumn/Row
Add a new text mode with a resolution of PcdConOutColumn x PcdConOutRow. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11416 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -143,6 +143,12 @@ typedef union {
|
||||
#define MODE2_COLUMN_COUNT 100
|
||||
#define MODE2_ROW_COUNT 31
|
||||
|
||||
//
|
||||
// MODE3 is defined by PcdConOutColumn & PcdConOutRow
|
||||
//
|
||||
|
||||
#define TERMINAL_MAX_MODE 4
|
||||
|
||||
#define BACKSPACE 8
|
||||
#define ESC 27
|
||||
#define CSI 0x9B
|
||||
|
Reference in New Issue
Block a user