nanogui@linuxhacker.org

nanogui@linuxhacker.org


Subject: Re: Keyboard(Up, down, left, right) problem with mterm
From: Greg Haerr
Date: Mon, 18 Sep 2000 23:24:27 -0600

: I'm testing keyboard kernel driver with mterm, and I found that the mterm is
: killed when I type "up, down, left and right" keys.
: Other keys like alpabet and numeric cause no problem.
: When I look at the microwindows source code, there is following c code.

The arrow keys send an ESC [ A sequence, or something like
that.  When you run Microwindows or Nano-X without the -e
option, the ESC causes the server to exit, for testing purposes.

Nano-X has a -e option, you'll need to add one to mwin/winmain.c.

Regards,

Greg



nanogui@linuxhacker.org