mirror of https://github.com/acidanthera/audk.git
Update the comments avoid making confuse.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9169 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
08b1f48660
commit
10b48963c8
|
@ -1168,6 +1168,10 @@ UnicodeToEfiKeyFlushState (
|
||||||
There is one special input sequence that will force the system to reset.
|
There is one special input sequence that will force the system to reset.
|
||||||
This is ESC R ESC r ESC R.
|
This is ESC R ESC r ESC R.
|
||||||
|
|
||||||
|
Note: current implementation support terminal types include: PC ANSI, VT100+/VTUTF8, VT100.
|
||||||
|
The table below is not same with UEFI Spec 2.3 Appendix B Table 201(not support ANSI X3.64 /
|
||||||
|
DEC VT200-500 and extra support PC ANSI, VT100)since UEFI Table 201 is just an example.
|
||||||
|
|
||||||
Symbols used in table below
|
Symbols used in table below
|
||||||
===========================
|
===========================
|
||||||
ESC = 0x1B
|
ESC = 0x1B
|
||||||
|
|
Loading…
Reference in New Issue