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:
@@ -724,7 +724,7 @@ TerminalDriverBindingStart (
|
||||
);
|
||||
SimpleTextOutput->Mode = &TerminalDevice->SimpleTextOutputMode;
|
||||
|
||||
TerminalDevice->SimpleTextOutputMode.MaxMode = 3;
|
||||
TerminalDevice->SimpleTextOutputMode.MaxMode = TERMINAL_MAX_MODE;
|
||||
//
|
||||
// For terminal devices, cursor is always visible
|
||||
//
|
||||
|
Reference in New Issue
Block a user