audk/ShellPkg/Library/UefiShellDebug1CommandsLib
Ruiyu Ni 58793b8838 ShellPkg/[hex]edit: Fix mouse freeze issue
In edit or hexedit, the mouse cursor doesn't move when moving
the mouse.
The root cause is 5563281fa2
* ShellPkg/[hex]edit: use SimpleTextInEx to read console
wrongly uses WaitForEvent() to listen keyboard input.
It blocks the code execution when there is no keyboard input.
While the same function also polls the mouse move status,
the mouse movement cannot be reflected to the screen when
there is no keyboard input.

The patch fixes the issue by use CheckEvent() instead of
WaitForEvent().

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
2018-03-14 11:25:44 +08:00
..
Edit ShellPkg/[hex]edit: Fix mouse freeze issue 2018-03-14 11:25:44 +08:00
HexEdit ShellPkg/[hex]edit: Fix mouse freeze issue 2018-03-14 11:25:44 +08:00
SmbiosView
Comp.c
Compress.c
Compress.h
Dblk.c
Dmem.c
DmpStore.c
EditInputBar.c ShellPkg/[hex]edit: use SimpleTextInEx to read console 2018-02-13 10:54:45 +08:00
EditInputBar.h ShellPkg/[hex]edit: use SimpleTextInEx to read console 2018-02-13 10:54:45 +08:00
EditMenuBar.c ShellPkg/[hex]edit: Fix CTRL+<Alpha> doesn't work from hyper terminal 2018-02-15 14:12:51 +08:00
EditMenuBar.h ShellPkg/[hex]edit: use SimpleTextInEx to read console 2018-02-13 10:54:45 +08:00
EditStatusBar.c
EditStatusBar.h
EditTitleBar.c
EditTitleBar.h
EfiCompress.c
EfiDecompress.c
LoadPciRom.c
MemMap.c
Mm.c ShellPkg/UefiShellDebug1CommandsLib: remove I/O address limit from 'mm' 2018-03-01 17:01:30 +00:00
Mode.c
Pci.c
Pci.h
SerMode.c
SetSize.c
SetVar.c
UefiShellDebug1CommandsLib.c
UefiShellDebug1CommandsLib.h
UefiShellDebug1CommandsLib.inf
UefiShellDebug1CommandsLib.uni ShellPkg/UefiShellDebug1CommandsLib: remove I/O address limit from 'mm' 2018-03-01 17:01:30 +00:00