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:
jljusten
2011-03-23 02:11:31 +00:00
parent b1aab293ea
commit 9875a3e33e
4 changed files with 24 additions and 4 deletions

View File

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