From: "Gao, Zhichao" <zhichao.gao@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
"Gao, Zhichao" <zhichao.gao@intel.com>,
"Ni, Ray" <ray.ni@intel.com>
Cc: "Wang, Jian J" <jian.j.wang@intel.com>,
"Wu, Hao A" <hao.a.wu@intel.com>,
"Gao, Liming" <liming.gao@intel.com>
Subject: Re: [edk2-devel] [PATCH] MdeModulePkg/TerminalDxe: Enhance the arrow keys support
Date: Thu, 26 Sep 2019 01:03:17 +0000 [thread overview]
Message-ID: <3CE959C139B4C44DBEA1810E3AA6F9000B83F04B@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <15C7D6B899193667.11273@groups.io>
To answer your questions:
1. As you say, putty may not be not standard terminal. So removing it from comment is inappropriate in my opinion.
2. Terminal DXE driver doesn't have the related mode (normal or application mode). It wouldn't make other terminal software unhappy except they input the special sequence keys.
Thanks,
Zhichao
> -----Original Message-----
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> Gao, Zhichao
> Sent: Thursday, September 26, 2019 8:51 AM
> To: Ni, Ray <ray.ni@intel.com>; devel@edk2.groups.io
> Cc: Wang, Jian J <jian.j.wang@intel.com>; Wu, Hao A <hao.a.wu@intel.com>;
> Gao, Liming <liming.gao@intel.com>
> Subject: Re: [edk2-devel] [PATCH] MdeModulePkg/TerminalDxe: Enhance
> the arrow keys support
>
>
>
> > -----Original Message-----
> > From: Ni, Ray
> > Sent: Thursday, September 26, 2019 2:17 AM
> > To: devel@edk2.groups.io; Gao, Zhichao <zhichao.gao@intel.com>
> > Cc: Wang, Jian J <jian.j.wang@intel.com>; Wu, Hao A
> > <hao.a.wu@intel.com>; Gao, Liming <liming.gao@intel.com>
> > Subject: RE: [edk2-devel] [PATCH] MdeModulePkg/TerminalDxe: Enhance
> > the arrow keys support
> >
> > Zhichao,
> > The four new modes you newly added are supported by putty. But I do
> > not think Putty is the standard the terminal driver needs to follow.
> > So,
> > 1. can you please remove the "putty" from the comments (maybe code)?
>
> Unfortunately, the terminal type doesn't have a spec or document except
> Putty's website. That's why I add it to the comment.
>
> > 2. can you please find the sources where each mode is defined and
> > double check whether the change you make is following the mode
> > definition? It avoids you make Putty happy but make other
> > good-behavior terminal software unhappy.
>
> The normal mode and application mode the Putty's own mode for the cursor
> keys, such as arrow keys. There are *no such modes* in the terminal driver.
> So I add the patch to support them all.
> The special keys usually send a sequence keys, such as ESC + [ + A, thru the
> terminal ConIn. And it is terminal DXE driver's duty to recognize these
> sequence keys and transfer the actual key value. Different terminal software
> may have different sequence keys for the special keys, but It would be
> ignored if we don't add the support.
> The only affected thing is that if you input a sequence of keys quickly, such as
> ESC + [ + A or ESC + O + A, thru the terminal software, then it would be seen
> as arrow key 'UP' regardless of the terminal type. Same to other new arrow
> keys.
>
> I made a mistake in the previous patch to add the new terminal types. I
> remove the VT100Plus's arrow key function incorrectly and that make the
> arrow key not work with the terminal type VT100Plus. And then I think it is
> better to add the whole support of arrow key.
>
> Thanks,
> Zhichao
>
> >
> > Thanks,
> > Ray
> >
prev parent reply other threads:[~2019-09-26 1:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-25 12:09 [PATCH] MdeModulePkg/TerminalDxe: Enhance the arrow keys support Gao, Zhichao
2019-09-25 13:32 ` [edk2-devel] " Liming Gao
2019-09-25 18:17 ` Ni, Ray
2019-09-26 0:51 ` Gao, Zhichao
[not found] ` <15C7D6B899193667.11273@groups.io>
2019-09-26 1:03 ` Gao, Zhichao [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3CE959C139B4C44DBEA1810E3AA6F9000B83F04B@SHSMSX101.ccr.corp.intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox