Re: [edk2-devel] [PATCH v1] MdeModulePkg: Ignore TAB in string input

2023-10-18 Thread Dandan Bi
Reviewed-by: Dandan Bi Thanks, Dandan -Original Message- From: Li, Oscar Sent: Monday, September 18, 2023 3:26 PM To: devel@edk2.groups.io Cc: Li, Oscar ; Chiang, Dakota ; Bi, Dandan ; Dong, Eric Subject: [PATCH v1] MdeModulePkg: Ignore TAB in string input From: Oscar Li REF: http

[edk2-devel] [PATCH v1] MdeModulePkg: Ignore TAB in string input

2023-09-18 Thread oscar . li
From: Oscar Li REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4550 Ignore TAB when handling input characters for string input to be consistent with the usual behavior. Signed-off-by: Oscar Li Cc: Dakota Chiang Cc: Dandan Bi Cc: Eric Dong --- MdeModulePkg/Universal/DisplayEngineDxe/In