]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg: Fix unexpected behavior of mouse cursor in Editor.
authorQiu Shumin <shumin.qiu@intel.com>
Fri, 26 Feb 2016 06:52:18 +0000 (14:52 +0800)
committerQiu Shumin <shumin.qiu@intel.com>
Sat, 27 Feb 2016 06:49:07 +0000 (14:49 +0800)
commitfb9dd8322532cd71d897b3b5690a3d2268bb1603
treeefc65eb21aa59e699fd7cbbbe1a024f25f4b5207
parentd1986e756667183ba72f4122ee460dcc7f36d140
ShellPkg: Fix unexpected behavior of mouse cursor in Editor.

USB mouse cursor cannot move unless the left button is down. The patch
refresh the FileBuffer of Editor every time when the 'MainEditorRefresh'
is called to fix this bug.

Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.c