]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/TerminalDxe: Enhance the arrow keys support
authorGao, Zhichao <zhichao.gao@intel.com>
Fri, 27 Sep 2019 01:08:31 +0000 (09:08 +0800)
committerLiming Gao <liming.gao@intel.com>
Fri, 27 Sep 2019 07:49:29 +0000 (15:49 +0800)
commite86664d2b03d0a84b8b952f3d5111424b3e9c916
tree2a0a7482f26ed2ae5e4f335db24530bff74eff3e
parent6da405ebf6e946429953c56fcbc8f60abe1407de
MdeModulePkg/TerminalDxe: Enhance the arrow keys support

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2219

First previous patch remove the VT100Plus's arrow keys' support.
Add it back.

The arrow keys would send ESC [A through to ESC [D. Add this
support for the new introduced terminal type.

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c