This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: setmetamode


On Mon, Jul 28, 2003 at 09:39:53AM +0900, Kazuhiro Fujieda wrote:
> >>> On Fri, 18 Jul 2003 19:10:54 +0200
> >>> Corinna Vinschen <cygwin-patches@cygwin.com> said:
> Umm. I can't find any reason why it doesn't work.
> I'd like to confirm whether setmetamode can show and change the
> meta mode in your environment.
> 
> Could you show me the output of the following instructions:
> $ setmetamode
> <output>
> $ setmetamode meta
> $ setmetamode
> <output>

    $ setmetamode
    escprefix
    [~]$ cat | od -t x1

    0000000 1b 78 1b 78 1b 78 0d 0a
    0000010
    $ setmetamode meta
    $ setmetamode
    metabit
    $ cat | od -t x1

    0000000 1b 78 1b 78 1b 78 0d 0a
    0000010

> > Another question: Shouldn't this also add a sys/kd.h file which just
> > includes <cygwin/kd.h>?
> 
> Probably yes. I'm not, however, sure why it is necessary.
> To stick to the way of Linux?

Yes.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]