]> git.proxmox.com Git - mirror_edk2.git/commit
[Description]
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 22 Apr 2008 09:11:43 +0000 (09:11 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 22 Apr 2008 09:11:43 +0000 (09:11 +0000)
commit0ce1dd70a9d2b70fbedaefb1ba9d664b8a7bb4ef
tree038e40d896b14717854ca824aefc72958137f567
parent152af594ccbbc581f3c807b609d4ff53dc47f64e
[Description]
add a judgement of whether the control command is equal with previous one or not.
[Impaction]
Judge if the control command is equaled with previous one. This handler can improve performance.
[Reference Info]
Currently the terminal driver outputs control commands upon user's request regardless of whether the new attribute is the same as previous one or not.
Actually, it could be implemented as only outputting control command when the new Attribute is different than previous one

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5113 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitter.c
MdeModulePkg/Universal/Console/TerminalDxe/TerminalConOut.c