From 437aa063c467a536f773768322186392b95f5a5c Mon Sep 17 00:00:00 2001 From: Letter Date: Sat, 5 Sep 2020 12:34:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E5=A4=9A=E5=AD=97?= =?UTF-8?q?=E8=8A=82=E6=8C=89=E9=94=AE=E9=94=AE=E5=80=BC=E5=8C=B9=E9=85=8D?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E5=90=8E=EF=BC=8C=E6=9C=89=E6=95=88=E6=8C=89?= =?UTF-8?q?=E9=94=AE=E6=97=A0=E6=B3=95=E5=8C=B9=E9=85=8D=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/shell.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shell.c b/src/shell.c index 233679e..846f1d7 100644 --- a/src/shell.c +++ b/src/shell.c @@ -1674,6 +1674,7 @@ void shellHandler(Shell *shell, char data) if (data != 0x00) { + shell->parser.keyValue = 0x00000000; shellNormalInput(shell, data); }