1. Sync the tracker for supporting the ModeNumber larger than 2.
2. Fixed one bug in SetMode(), Cursor should not be enabled with mandatory. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4594 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -500,7 +500,7 @@ TerminalDriverBindingStart (
|
||||
TerminalDevice->SimpleTextOutput.EnableCursor = TerminalConOutEnableCursor;
|
||||
TerminalDevice->SimpleTextOutput.Mode = &TerminalDevice->SimpleTextOutputMode;
|
||||
|
||||
TerminalDevice->SimpleTextOutputMode.MaxMode = 2;
|
||||
TerminalDevice->SimpleTextOutputMode.MaxMode = 3;
|
||||
//
|
||||
// For terminal devices, cursor is always visible
|
||||
//
|
||||
|
Reference in New Issue
Block a user